Skip to content

Commit 5fc6dee

Browse files
committed
debug
1 parent 21b1ee8 commit 5fc6dee

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/build_and_test.yml

+15
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,19 @@ jobs:
120120
script: |
121121
mv ../archive/dist ../dist
122122
npx expo run:android --variant release --no-bundler
123+
adb logcat -c
124+
set +e
123125
maestro test maestro.yaml
126+
STATUS=$?
127+
adb logcat -d > adb.log
128+
exit $STATUS
129+
130+
- name: Upload failed artifacts
131+
if: failure()
132+
uses: actions/upload-artifact@v4
133+
with:
134+
name: failure_artifacts
135+
path: |
136+
$HOME/.maestro/tests/**/*
137+
test/android/app/build/outputs/apk/release/app-release.apk
138+
test/adb.log

0 commit comments

Comments
 (0)