We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebb2e8 commit b0bcc14Copy full SHA for b0bcc14
.github/workflows/ci.yml
@@ -236,7 +236,7 @@ jobs:
236
shell: pwsh
237
run: Start-Process -FilePath "$env:WINAPPDRIVER_EXE86_PATH"
238
239
- # Integration tests became moody lately. Retry 3 times.
+ # Retry integration tests if first attempt fails```
240
- name: Run interaction tests
241
uses: nick-fields/retry@v3
242
with:
0 commit comments