ci: enable cachix for integration-tests

This commit is contained in:
Martin Toman 2022-08-17 13:30:04 -07:00
parent dd889bc4f7
commit 3aa9927b0d

View File

@ -49,6 +49,10 @@ jobs:
install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v10
with:
name: nix-community
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: nix run .#tests-integration