Skip to content

Commit a42372b

Browse files
committed
upload artifacts
1 parent a198d0b commit a42372b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,8 @@ jobs:
9696
- name: log
9797
run: |
9898
cat test/android/app/build/reports/androidTests/connected/index.html
99+
100+
- uses: actions/upload-artifact@v2
101+
with:
102+
name: test
103+
path: test/android/app/build/outputs/apk

0 commit comments

Comments
 (0)