From 14b16b58eb9128d59026181c608637f97e509b4f Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Sun, 11 Apr 2021 23:46:25 -0700 Subject: [PATCH] tweak continue-on-error: true --- .github/workflows/spec.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index 18060fa8..434dbbbc 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -8,8 +8,8 @@ on: workflow_dispatch: jobs: - continue-on-error: true linters: + continue-on-error: true runs-on: ubuntu-latest env: OSEM_RUBY_VERSION: 2.6.6 @@ -22,6 +22,7 @@ jobs: - run: bundle exec rubocop - run: bundle exec haml-lint app/views spec: + continue-on-error: true runs-on: ubuntu-latest name: spec env: