We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e706f0c commit 773a213Copy full SHA for 773a213
1 file changed
.github/workflows/ios_navigation_tests.yml
@@ -66,12 +66,6 @@ jobs:
66
- name: Run iOS Navigation Tests
67
run: dotnet test TransactionMobile.Maui.UiTests/TransactionMobile.Maui.UiTests.csproj --filter "(Category=PRNavTest)&(Category=iOS)" --no-restore
68
69
- - name: 🧼 Shutdown simulator
70
- if: always()
71
- run: |
72
- xcrun simctl shutdown "$SIMULATOR_NAME"
73
- xcrun simctl delete "$SIMULATOR_NAME"
74
-
75
- name: Upload Appium Logs on Failure
76
if: failure()
77
uses: actions/upload-artifact@v4
0 commit comments