Skip to content

Commit

Permalink
ci(nix): allow nix run to fail
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed May 8, 2024
1 parent a7af978 commit 572fb10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
cachixAuthToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix run -L . -- --version
continue-on-error: true # TODO: fix

develop:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 572fb10

Please sign in to comment.