Skip to content

Commit

Permalink
Fix where the test matrix comes from
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Jul 13, 2023
1 parent c62647e commit dcba8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
# TODO: nightly tests
if: inputs.build_type == 'pull-request'
strategy:
matrix: ${{ fromJSON(needs.compute-test-matrix.outputs.TEST_MATRIX) }}
matrix: ${{ fromJSON(needs.compute-matrix.outputs.TEST_MATRIX) }}
fail-fast: false
secrets: inherit
uses: ./.github/workflows/test-image.yml
Expand Down

0 comments on commit dcba8b0

Please sign in to comment.