Skip to content

Commit

Permalink
chore: fix test matrix output
Browse files Browse the repository at this point in the history
  • Loading branch information
adeldhis2 committed Nov 5, 2024
1 parent c8e8b20 commit 2559a73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-test-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
echo "Generating Test Matrix"
specs=$(node src/generateTestMatrix.js)
echo "specs=$specs" >> $GITHUB_OUTPUT
echo "::set-output name=matrix::$(echo $specs)"
- name: Debug spec-group
run: |
Expand Down

0 comments on commit 2559a73

Please sign in to comment.