Skip to content

Commit cb8e28d

Browse files
committed
fix: build outputs
1 parent a004096 commit cb8e28d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e-android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ jobs:
104104
working-directory: example
105105
run: yarn e2e:build:android-release || yarn e2e:build:android-release
106106

107-
- name: Show build outputs
108-
working-directory: example
109-
run: tree android/app/build/outputs/
107+
# - name: Show build outputs
108+
# working-directory: example
109+
# run: tree android/app/build/outputs/
110110

111111
- name: Kill java processes
112112
run: pkill -9 -f java || true

0 commit comments

Comments
 (0)