Skip to content

Commit

Permalink
Update reusable-e2e-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goncer authored Nov 7, 2023
1 parent a187870 commit 2a2beeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: matrix-to-run
id: matrixToRun
run: |
MATRIX_PARAMS_COMBINATIONS='
{"command": "yarn test-parallel --max-workers=10", "fast": false },
Expand All @@ -79,7 +80,7 @@ jobs:
'
echo 'matrix={"include":[$MATRIX_PARAMS_COMBINATIONS]}' >> $GITHUB_OUTPUT
outputs:
matrix: ${{ steps.matrix-to-run.outputs.matrix }}
matrix: ${{ steps.matrixToRun.outputs.matrix }}
setup-report:
runs-on: [ubuntu-latest]
outputs:
Expand Down

0 comments on commit 2a2beeb

Please sign in to comment.