mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix indent for fail-fast
This commit is contained in:
parent
610878e51c
commit
ec03d0025b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github_evennia_action.yml
vendored
2
.github/workflows/github_evennia_action.yml
vendored
|
|
@ -14,10 +14,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.7, 3.8]
|
||||
TESTING_DB: ['sqlite3', 'postgresql', 'mysql']
|
||||
fail-fast: True
|
||||
|
||||
steps:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue