Skip to content

Commit 9e61f68

Browse files
committed
Reducing number of retries
1 parent 93b7df2 commit 9e61f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/js-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
uses: nick-invision/[email protected]
120120
with:
121121
timeout_minutes: 20
122-
max_attempts: 3
122+
max_attempts: 2
123123
command: |
124124
cd examples/javascript
125125
npm test

0 commit comments

Comments
 (0)