File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,6 +113,12 @@ jobs:
113113 exit 1
114114 fi
115115
116+ - name : Debug APK location
117+ run : |
118+ pwd
119+ ls -la
120+ find . -name "*.apk" -type f
121+
116122 - name : 🧪 Run Maestro tests
117123 uses : reactivecircus/android-emulator-runner@v2
118124 with :
@@ -125,4 +131,4 @@ jobs:
125131 arch : x86_64
126132 script : |
127133 adb install android-debug-build/android-debug.apk
128- yarn run test:e2e:android
134+ yarn run test:e2e:android
Original file line number Diff line number Diff line change 11name : Expo Example - iOS E2E Tests
22on :
3- push :
4- branches : [ main ]
5- paths :
6- - ' examples/expo-example/**'
7- - ' packages/**'
8- - ' .github/workflows/e2e-expo-example-ios.yml'
9- pull_request :
10- branches : [ main ]
11- paths :
12- - ' examples/expo-example/**'
13- - ' packages/**'
14- - ' .github/workflows/e2e-expo-example-ios.yml'
3+ # push:
4+ # branches: [ main ]
5+ # paths:
6+ # - 'examples/expo-example/**'
7+ # - 'packages/**'
8+ # - '.github/workflows/e2e-expo-example-ios.yml'
9+ # pull_request:
10+ # branches: [ main ]
11+ # paths:
12+ # - 'examples/expo-example/**'
13+ # - 'packages/**'
14+ # - '.github/workflows/e2e-expo-example-ios.yml'
1515 workflow_dispatch :
1616
1717jobs :
You can’t perform that action at this time.
0 commit comments