tweak continue-on-error: true
This commit is contained in:
parent
878e0669a2
commit
14b16b58eb
1 changed files with 2 additions and 1 deletions
3
.github/workflows/spec.yml
vendored
3
.github/workflows/spec.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue