mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Retry packaged smoketest on mac (#30766)
This commit is contained in:
parent
3be78096ef
commit
7a5854693e
1 changed files with 5 additions and 1 deletions
6
.github/workflows/mac.yml
vendored
6
.github/workflows/mac.yml
vendored
|
@ -100,7 +100,11 @@ jobs:
|
|||
- name: Build mach package
|
||||
run: python3 ./mach package --${{ inputs.profile }}
|
||||
- name: Run smoketest for mach package
|
||||
run: ./etc/ci/macos_package_smoketest.sh target/${{ inputs.profile }}/servo-tech-demo.dmg
|
||||
uses: nick-fields/retry@v2
|
||||
with: # See https://github.com/servo/servo/issues/30757
|
||||
timeout_minutes: 5
|
||||
max_attempts: 2
|
||||
command: ./etc/ci/macos_package_smoketest.sh target/${{ inputs.profile }}/servo-tech-demo.dmg
|
||||
- name: Rename build timing
|
||||
run: cp -r target/cargo-timings target/cargo-timings-macos
|
||||
- name: Archive build timing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue