mirror of https://github.com/facebook/jest.git
chore(ci): retry one more build (#14787)
This commit is contained in:
parent
896573b12f
commit
3af1a3a4f1
|
@ -65,4 +65,9 @@ jobs:
|
||||||
id: cpu-cores
|
id: cpu-cores
|
||||||
uses: SimenB/github-actions-cpu-cores@v2
|
uses: SimenB/github-actions-cpu-cores@v2
|
||||||
- name: run tests using jest-jasmine
|
- name: run tests using jest-jasmine
|
||||||
run: yarn jest-jasmine-ci --max-workers ${{ steps.cpu-cores.outputs.count }} --shard=${{ matrix.shard }}
|
uses: nick-fields/retry@v2
|
||||||
|
with:
|
||||||
|
timeout_minutes: 10
|
||||||
|
max_attempts: 3
|
||||||
|
retry_on: error
|
||||||
|
command: yarn jest-jasmine-ci --max-workers ${{ steps.cpu-cores.outputs.count }} --shard=${{ matrix.shard }}
|
||||||
|
|
Loading…
Reference in New Issue