We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f8631 commit fbbbf70Copy full SHA for fbbbf70
1 file changed
.github/workflows/test.yml
@@ -84,10 +84,10 @@ jobs:
84
- run: yarn oclif manifest
85
if: steps.is-oclif-plugin.outputs.bool == 'true'
86
87
- - name: NUTs with 3 attempts
+ - name: NUTs with 5 attempts
88
uses: salesforcecli/github-workflows/.github/actions/retry@main
89
with:
90
- max_attempts: 3
+ max_attempts: 5
91
command: yarn test:nuts
92
retry_on: error
93
env:
0 commit comments