Skip to content

Commit

Permalink
run check 3 times
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed May 17, 2023
1 parent e4ecd4e commit 1e07474
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/devp2p-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ jobs:

- run: npm i wtfnode

- uses: nick-fields/retry@v2
with:
timeout_minutes: 2
max_attempts: 1
command: cd ${{github.workspace}}/packages/devp2p && npx wtfnode ../../node_modules/tape/bin/tape -r ts-node/register './test/**/*.spec.ts'

- uses: nick-fields/retry@v2
with:
timeout_minutes: 2
max_attempts: 1
command: cd ${{github.workspace}}/packages/devp2p && npx wtfnode ../../node_modules/tape/bin/tape -r ts-node/register './test/**/*.spec.ts'

- uses: nick-fields/retry@v2
with:
timeout_minutes: 2
Expand Down

0 comments on commit 1e07474

Please sign in to comment.