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 18255e2 commit c78df80Copy full SHA for c78df80
.github/workflows/e2e-self-hosted.yml
@@ -62,7 +62,7 @@ jobs:
62
sleep 15
63
64
# Install the app
65
- xcrun simctl install "$SIMULATOR_NAME" e2e-app/bitkit.app
+ #xcrun simctl install "$SIMULATOR_NAME" e2e-app/bitkit.app
66
67
# Verify app installation
68
xcrun simctl listapps "$SIMULATOR_NAME" | grep -i bitkit || echo "App not found in simulator"
0 commit comments