mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Correct action repo name, try fail-fast False
This commit is contained in:
parent
9d5868ac55
commit
5eb22327fe
1 changed files with 3 additions and 1 deletions
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
|
|
@ -17,6 +17,7 @@ jobs:
|
|||
matrix:
|
||||
python-version: [3.7, 3.8]
|
||||
TESTING_DB: ['sqlite3', 'postgresql', 'mysql']
|
||||
fail-fast: False
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
@ -37,7 +38,8 @@ jobs:
|
|||
with:
|
||||
time: '10s'
|
||||
- name:
|
||||
uses: kwalton/gh-docker-logs@v1.0.0
|
||||
if: failure()
|
||||
uses: jwalton/gh-docker-logs@v1.0.0
|
||||
- name: Check running containers
|
||||
run: docker ps -a
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue