Skip to content

Commit

Permalink
fix matrix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron committed Apr 19, 2024
1 parent d15813c commit 9d6e8fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ jobs:

strategy:
fail-fast: false
matrix: [ab]
matrix:
include:
- variant: "ab"
uses: ./.github/workflows/create_variant.yml
with:
atb-variant: ${{ matrix.variant }}
Expand Down

0 comments on commit 9d6e8fc

Please sign in to comment.