mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 06:21:30 +03:00
ci: enable cachix for integration-tests
This commit is contained in:
parent
dd889bc4f7
commit
3aa9927b0d
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user