Skip to content

Commit

Permalink
gha: correctly place fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Dec 4, 2024
1 parent 8c8b8ff commit af19001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
integration-tests:
if: github.event.pull_request.draft == false
strategy:
fail-fast: false
matrix:
include:
- tee: snp
runtime_classes: "qemu qemu-coco-dev qemu-snp qemu-snp-sc2"
- tee: tdx
runtime_classes: "qemu qemu-coco-dev qemu-tdx qemu-tdx-sc2"
fail-fast: false

runs-on: [self-hosted, "${{ matrix.tee }}"]
env:
Expand Down

0 comments on commit af19001

Please sign in to comment.