Update end-to-end-tests.yaml
This commit is contained in:
committed by
GitHub
parent
d537b976a0
commit
0b07420b0e
2
.github/workflows/end-to-end-tests.yaml
vendored
2
.github/workflows/end-to-end-tests.yaml
vendored
@@ -171,7 +171,7 @@ jobs:
|
||||
--shard "${{ matrix.runner }}/${{ needs.build.outputs.num-runners }}" \
|
||||
--project="${{ matrix.project }}" \
|
||||
${{ (github.event_name == 'pull_request' && matrix.runAllTests == false ) && '--grep-invert @mergequeue' || '' }} \
|
||||
${{ contains(github.event.pull_request.labels.*.name, 'Z-Flaky-Test') && '--repeat-each=5' || '' }}
|
||||
${{ contains(github.event.pull_request.labels.*.name, 'Z-Flaky-Test') && '--repeat-each=5 --trace=on' || '' }}
|
||||
|
||||
- name: Upload blob report to GitHub Actions Artifacts
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user