Skip to content

Commit 1b5dd71

Browse files
committed
fix(ci): don't fail the build if Nix checks fail
as such failures may be due to an out-of-date `Gemfile.nix.lock` and/or `gemset.nix`.
1 parent 091129f commit 1b5dd71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
bundle exec yard stats --list-undoc
7979
nix:
8080
runs-on: ubuntu-latest
81+
# Don't fail the build if this job fails
82+
continue-on-error: true
8183
steps:
8284
- uses: actions/checkout@v3
8385
- uses: cachix/install-nix-action@v22

0 commit comments

Comments
 (0)