Skip to content

Commit fbbbf70

Browse files
fix: attempts
1 parent 67f8631 commit fbbbf70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ jobs:
8484
- run: yarn oclif manifest
8585
if: steps.is-oclif-plugin.outputs.bool == 'true'
8686

87-
- name: NUTs with 3 attempts
87+
- name: NUTs with 5 attempts
8888
uses: salesforcecli/github-workflows/.github/actions/retry@main
8989
with:
90-
max_attempts: 3
90+
max_attempts: 5
9191
command: yarn test:nuts
9292
retry_on: error
9393
env:

0 commit comments

Comments
 (0)