We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e85bd4 commit d8824d0Copy full SHA for d8824d0
1 file changed
.github/workflows/desktop-mac-m1-prod-test-pull.yml
@@ -88,7 +88,7 @@ jobs:
88
max_attempts: 3
89
command: ../phoenix-desktop/src-tauri/target/debug/phoenix-test --run-tests=LegacyInteg -q
90
91
- - name: Fail on test runs failed in Mac M1 (prod sanity)
+ - name: Fail on test runs failed in Mac M1 (prod)
92
if: steps.macM1RunUnit.outcome == 'failure' || steps.macM1RunIntegration.outcome == 'failure' || steps.macM1RunMainview.outcome == 'failure' || steps.macM1RunLivepreview.outcome == 'failure' || steps.macM1RunLegacyInteg.outcome == 'failure'
93
run: |
94
echo "Mac M1 (prod) tests failed, marking step as failed"
0 commit comments