From 13c3b6eb892048adfa0ba602d7fc5a56608b56fc Mon Sep 17 00:00:00 2001 From: zamaz <71521611+zachariahmiller@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:56:12 -0400 Subject: [PATCH] chore: set fail-fast to true on test matrix (#111) ## Description ... ## Related Issue Fixes # Relates to # ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-software-factory/blob/main/CONTRIBUTING.md#developer-workflow) followed --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9da86b6..9a20909 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -41,7 +41,7 @@ jobs: runs-on: uds-swf-ubuntu-big-boy-16-core timeout-minutes: 40 strategy: - fail-fast: false + fail-fast: true matrix: bundle: [k3d-demo, dev] type: [install, upgrade]