Skip to content

Commit

Permalink
Skip push to cachix in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed Dec 24, 2023
1 parent 5bf2362 commit 99b5f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: cachix/cachix-action@v13
with:
name: sandkasten
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
skipPush: true
- name: install packages
run: nix profile install --profile pkgs .#packages.all
- name: integration tests
Expand Down

0 comments on commit 99b5f38

Please sign in to comment.