Skip to content

Commit 773a213

Browse files
...
1 parent e706f0c commit 773a213

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ios_navigation_tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ jobs:
6666
- name: Run iOS Navigation Tests
6767
run: dotnet test TransactionMobile.Maui.UiTests/TransactionMobile.Maui.UiTests.csproj --filter "(Category=PRNavTest)&(Category=iOS)" --no-restore
6868

69-
- name: 🧼 Shutdown simulator
70-
if: always()
71-
run: |
72-
xcrun simctl shutdown "$SIMULATOR_NAME"
73-
xcrun simctl delete "$SIMULATOR_NAME"
74-
7569
- name: Upload Appium Logs on Failure
7670
if: failure()
7771
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)