Run gh specs even when linters fail....

This commit is contained in:
Michael Ball 2021-03-08 03:10:56 -08:00
parent f3401c46f8
commit a293305fea

View file

@ -21,7 +21,6 @@ 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:
needs: linters
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: spec name: spec
env: env: