We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a198d0b commit a42372bCopy full SHA for a42372b
.github/workflows/build_and_test.yml
@@ -96,3 +96,8 @@ jobs:
96
- name: log
97
run: |
98
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