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 a1e812f commit a187870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
matrix-setup:
runs-on: [ubuntu-latest]
steps:
- name: Setup-Matrix PullRequest Run
- name: matrix-to-run
run: |
MATRIX_PARAMS_COMBINATIONS='
{"command": "yarn test-parallel --max-workers=10", "fast": false },
Expand All @@ -79,7 +79,7 @@ jobs:
'
echo 'matrix={"include":[$MATRIX_PARAMS_COMBINATIONS]}' >> $GITHUB_OUTPUT
outputs:
matrix: ${{ steps.matrix-setup.outputs.matrix }}
matrix: ${{ steps.matrix-to-run.outputs.matrix }}
setup-report:
runs-on: [ubuntu-latest]
outputs:
Expand Down

0 comments on commit a187870

Please sign in to comment.