Skip to content

Commit

Permalink
chore: set fail-fast to true on test matrix (#218)
Browse files Browse the repository at this point in the history
## Description

...

## Related Issue

Fixes #
<!-- or -->
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-package-gitlab/blob/main/CONTRIBUTING.md#developer-workflow)
followed
  • Loading branch information
zachariahmiller authored Oct 24, 2024
1 parent 82fc9f5 commit 301f2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
validate:
needs: check-flavor
strategy:
fail-fast: false
fail-fast: true
matrix:
type: [install, upgrade]
flavor: [upstream, registry1]
Expand Down

0 comments on commit 301f2e0

Please sign in to comment.