From 01da5190083cf1fccf6955c09622d5437e61673d Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 19 Sep 2020 13:09:12 +0200 Subject: [PATCH] Set fail-fast False --- .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 53ccb62c07..3eb6c50324 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: false + fail-fast: False steps: