From ae62a121ca16013924f4771b6c0bcc6b43f3758e Mon Sep 17 00:00:00 2001 From: hhefesto Date: Wed, 30 Sep 2020 13:37:00 -0500 Subject: [PATCH] correct cache name and adding iohk cache --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 941f80a..794609a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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"