mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Remove fail-fast
Somehow GitHub Actions has not been running. It's maybe because we merged the branch in a tricky manner. I'm guessing modifying this file might "activate" the workflow.
This commit is contained in:
parent
e42b92f9f0
commit
33959877d1
1 changed files with 0 additions and 1 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -14,7 +14,6 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ruby:
|
||||
- '2.5'
|
||||
|
|
Loading…
Reference in a new issue