From 3cf5b76b613239c63a03f243b6b61283ee39cf2d Mon Sep 17 00:00:00 2001 From: Genevieve Buckley <30920819+GenevieveBuckley@users.noreply.github.com> Date: Mon, 3 Jun 2024 17:33:17 +1000 Subject: [PATCH] Debugging, no fail fast, run all CI jobs --- .github/workflows/test_and_deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 1a12600..d271634 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -16,7 +16,7 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.ref }} - # cancel-in-progress: true + cancel-in-progress: true jobs: code: @@ -53,6 +53,7 @@ jobs: name: ${{ matrix.platform }} py${{ matrix.python-version }} runs-on: ${{ matrix.platform }} strategy: + fail-fast: false matrix: platform: [ ubuntu-latest, windows-latest, macos-latest ] python-version: [ "3.8", "3.9", "3.10", "3.11" ]