mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02:00
Fix indent for fail-fast
This commit is contained in:
parent
4283549a0f
commit
1efc6f3b23
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