Skip to content

Commit

Permalink
correct cache name and adding iohk cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hhefesto committed Sep 30, 2020
1 parent 8936b60 commit ae62a12
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 ae62a12

Please sign in to comment.