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 5f06947 commit ebd1b7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/reusable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,18 @@ jobs:
{"command": "yarn test-crowdloan", "fast": false },
{"command": "yarn test-sdk", "fast": true },
'
if [[ "${{ github.event_name }}" != "pull_request" ]]; then
MATRIX_PARAMS_COMBINATIONS='
{"command": "yarn test-parallel-chops --max-workers=1", "fast": false },
'
fi
echo "matrix<<EOF
{\"include\":[$MATRIX_PARAMS_COMBINATIONS]}"
echo EOF
} >> $GITHUB_OUTPUT
outputs:
matrix: ${{ steps.matrixToRun.outputs.matrix }}

setup-report:
runs-on: [ubuntu-latest]
outputs:
Expand Down

0 comments on commit ebd1b7d

Please sign in to comment.