|
|
@ -17,11 +17,13 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
timeout_minutes: 2
|
|
|
|
timeout_minutes: 2
|
|
|
|
max_attempts: 3
|
|
|
|
max_attempts: 3
|
|
|
|
|
|
|
|
retry_on: timeout
|
|
|
|
command: npm install
|
|
|
|
command: npm install
|
|
|
|
- uses: nick-invision/retry@v1
|
|
|
|
- uses: nick-invision/retry@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
timeout_minutes: 5
|
|
|
|
timeout_minutes: 5
|
|
|
|
max_attempts: 3
|
|
|
|
max_attempts: 3
|
|
|
|
|
|
|
|
retry_on: timeout
|
|
|
|
command: npm test
|
|
|
|
command: npm test
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
CI: true
|
|
|
|
CI: true
|
|
|
@ -45,9 +47,11 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
timeout_minutes: 2
|
|
|
|
timeout_minutes: 2
|
|
|
|
max_attempts: 3
|
|
|
|
max_attempts: 3
|
|
|
|
|
|
|
|
retry_on: timeout
|
|
|
|
command: npm install
|
|
|
|
command: npm install
|
|
|
|
- uses: nick-invision/retry@v1
|
|
|
|
- uses: nick-invision/retry@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
timeout_minutes: 5
|
|
|
|
timeout_minutes: 5
|
|
|
|
max_attempts: 3
|
|
|
|
max_attempts: 3
|
|
|
|
|
|
|
|
retry_on: timeout
|
|
|
|
command: 'npm run test:unit'
|
|
|
|
command: 'npm run test:unit'
|
|
|
|