Skip to content

Commit 67206c1

Browse files
authored
Apply suggestion from @OrKoN
1 parent d87bd7b commit 67206c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Run tests
6161
shell: bash
62-
# Try tests if they fail in the merge queue.
62+
# Retry tests if they fail in the merge queue.
6363
run: npm run test:no-build -- ${{ github.event_name == 'merge_group' && '--retry' || '' }}
6464

6565
# Gating job for branch protection.

0 commit comments

Comments
 (0)