From 010e7318706a285bced7b75698e07333b6a97842 Mon Sep 17 00:00:00 2001 From: Matt Schreiber Date: Sun, 6 Aug 2023 09:51:10 -0400 Subject: [PATCH] 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`. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db92c03..b276cc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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