Skip to content

Commit

Permalink
chore: fix generateTestMatrix.js path
Browse files Browse the repository at this point in the history
  • Loading branch information
adeldhis2 committed Oct 3, 2024
1 parent 0e2d879 commit affe157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: set-matrix
run: |
echo "Generating Test Matrix"
echo "::set-output name=specs::$(node src/generateTestMatrix.js)"
echo "::set-output name=specs::$(node cypress/support/generateTestMatrix.js)"
- name: Debug spec-group
run: |
Expand Down

0 comments on commit affe157

Please sign in to comment.