We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ea265 commit 1f21c7eCopy full SHA for 1f21c7e
.github/workflows/test_and_build.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
- uses: nick-fields/retry@v2
13
with:
14
- max_attepmets: 3
+ max_attempts: 3
15
retry_on: error
16
timeout_seconds: 1800
17
- name: Run Unit Tests
0 commit comments