Skip to content

Commit 8172b5c

Browse files
committed
chore: will this work?
1 parent 34ec9ad commit 8172b5c

2 files changed

Lines changed: 19 additions & 13 deletions

File tree

.github/workflows/expo-example-e2e-test-android.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/expo-example-e2e-test-ios.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: Expo Example - iOS E2E Tests
22
on:
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

1717
jobs:

0 commit comments

Comments
 (0)