We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87bd7b commit 67206c1Copy full SHA for 67206c1
1 file changed
.github/workflows/run-tests.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Run tests
61
shell: bash
62
- # Try tests if they fail in the merge queue.
+ # Retry tests if they fail in the merge queue.
63
run: npm run test:no-build -- ${{ github.event_name == 'merge_group' && '--retry' || '' }}
64
65
# Gating job for branch protection.
0 commit comments