From 610878e51c060c5075e37b4543e6f5729f6858f1 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 19 Sep 2020 13:11:03 +0200 Subject: [PATCH] Another form of fail-fast --- .github/workflows/github_evennia_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_evennia_action.yml b/.github/workflows/github_evennia_action.yml index d56b564696..a8986e93e2 100644 --- a/.github/workflows/github_evennia_action.yml +++ b/.github/workflows/github_evennia_action.yml @@ -17,7 +17,7 @@ jobs: matrix: python-version: [3.7, 3.8] TESTING_DB: ['sqlite3', 'postgresql', 'mysql'] - fail-fast: true + fail-fast: True steps: