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 3166a9b commit 188b0d3Copy full SHA for 188b0d3
.github/workflows/pull_request.yml
@@ -30,6 +30,12 @@ jobs:
30
run: ./gradlew assemble
31
- name: Run JS Tests
32
run: ./gradlew cleanTest jsTest
33
+ - name: Upload test artifact
34
+ uses: actions/upload-artifact@v2
35
+ if: failure()
36
+ with:
37
+ name: "JSTest Report HTML"
38
+ path: "firebase-firestore/build/reports/tests/jsTest/index.html"
39
- name: Run Android Instrumented Tests
40
uses: reactivecircus/android-emulator-runner@v2
41
with:
0 commit comments