Skip to content

Commit 70188d5

Browse files
authored
Update ci.yml
1 parent 69d5429 commit 70188d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ jobs:
237237
run: Start-Process -FilePath "$env:WINAPPDRIVER_EXE86_PATH"
238238

239239
# Integration tests became moody lately. Retry 3 times.
240-
- uses: nick-fields/retry@v3
240+
- name: Run interaction tests
241+
uses: nick-fields/retry@v3
241242
with:
242243
max_attempts: 2
243244
shell: pwsh

0 commit comments

Comments
 (0)