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 Sep 12, 2024
1 parent 12fc3a8 commit 82bd8e1
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 82bd8e1

Please sign in to comment.