Retry smoketest on mac (#30716)

This commit is contained in:
Samson 2023-11-20 16:50:34 +01:00 committed by GitHub
parent 3543a87592
commit 868d84d8ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,11 @@ jobs:
run: |
python3 ./mach build --${{ inputs.profile }}
- name: Smoketest
run: python3 ./mach smoketest --${{ inputs.profile }}
uses: nick-fields/retry@v2
with: # See https://github.com/servo/servo/issues/30757
timeout_minutes: 5
max_attempts: 2
command: python3 ./mach smoketest --${{ inputs.profile }}
- name: Script tests
run: ./mach test-scripts
- name: Unit tests