Skip to content

Commit

Permalink
fix(ci): don't fail the build if Nix checks fail
Browse files Browse the repository at this point in the history
as such failures may be due to an out-of-date `Gemfile.nix.lock` and/or
`gemset.nix`.
  • Loading branch information
tomeon committed Apr 19, 2024
1 parent 7222579 commit 010e731
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
bundle exec yard stats --list-undoc
nix:
runs-on: ubuntu-latest
# Don't fail the build if this job fails
continue-on-error: true
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
Expand Down

0 comments on commit 010e731

Please sign in to comment.