Skip to content

Commit

Permalink
Merge pull request #39 from hhefesto/nix-ci
Browse files Browse the repository at this point in the history
correct cache name and adding iohk cache
  • Loading branch information
sfultong authored Sep 30, 2020
2 parents 21730c2 + ae62a12 commit a923f53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v6
with:
name: mycache
name: telomare
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
# Only needed for private caches
#authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: cachix use iohk
- run: nix-build -A telomare.components.library
- run: nix-build -A telomare.components.tests
- run: nix-shell --run "echo OK"

0 comments on commit a923f53

Please sign in to comment.