Skip to content

Commit c4e7ace

Browse files
committed
fix: check output file
1 parent e7c9cf8 commit c4e7ace

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/e2e-android.yml

+7
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ jobs:
102102
- name: Build
103103
run: yarn e2e:build:android-release || yarn e2e:build:android-release
104104

105+
- name: check file
106+
run: |
107+
df -h
108+
brew install tree
109+
tree android/app/build/outputs/
110+
ls android/app/build/outputs/apk/release/app-release.apk
111+
105112
- name: Kill java processes
106113
run: pkill -9 -f java || true
107114

0 commit comments

Comments
 (0)