Skip to content

Commit d8824d0

Browse files
committed
ci: add prod tests for mac m1 desktop app as well
1 parent 1e85bd4 commit d8824d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/desktop-mac-m1-prod-test-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
max_attempts: 3
8989
command: ../phoenix-desktop/src-tauri/target/debug/phoenix-test --run-tests=LegacyInteg -q
9090

91-
- name: Fail on test runs failed in Mac M1 (prod sanity)
91+
- name: Fail on test runs failed in Mac M1 (prod)
9292
if: steps.macM1RunUnit.outcome == 'failure' || steps.macM1RunIntegration.outcome == 'failure' || steps.macM1RunMainview.outcome == 'failure' || steps.macM1RunLivepreview.outcome == 'failure' || steps.macM1RunLegacyInteg.outcome == 'failure'
9393
run: |
9494
echo "Mac M1 (prod) tests failed, marking step as failed"

0 commit comments

Comments
 (0)