From 160c5fbc83de0832080999b522d0294c203b0220 Mon Sep 17 00:00:00 2001 From: Andrew Scribner Date: Thu, 30 Nov 2023 12:33:00 -0500 Subject: [PATCH] refactor: disable `fail-fast` in integration CI This sets `fail-fast: false` so that integration CI failing for one rock does not block integration tests for another. This is needed because, as is, a change to RockA will trigger RockB-RockX's CI, and if any RockB-RockX's CI fails it will cancel the CI of RockA. This makes it hard to see if the current PR's changes are having an effect. --- .github/workflows/integrate.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index f4def7c..505e8d1 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -10,6 +10,7 @@ jobs: outputs: rockcraft-out: ${{ steps.rockcraft.outputs.rock }} strategy: + fail-fast: false matrix: rock: - api-server