mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Retry smoketest on mac (#30716)
This commit is contained in:
parent
3543a87592
commit
868d84d8ee
1 changed files with 5 additions and 1 deletions
6
.github/workflows/mac.yml
vendored
6
.github/workflows/mac.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue