tweak continue-on-error: true

This commit is contained in:
Michael Ball 2021-04-11 23:46:25 -07:00
parent 878e0669a2
commit 14b16b58eb

View file

@ -8,8 +8,8 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
continue-on-error: true
linters: linters:
continue-on-error: true
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
OSEM_RUBY_VERSION: 2.6.6 OSEM_RUBY_VERSION: 2.6.6
@ -22,6 +22,7 @@ jobs:
- run: bundle exec rubocop - run: bundle exec rubocop
- run: bundle exec haml-lint app/views - run: bundle exec haml-lint app/views
spec: spec:
continue-on-error: true
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: spec name: spec
env: env: