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 039f5ed commit 34ca25cCopy full SHA for 34ca25c
.github/workflows/pull_request.yml
@@ -30,13 +30,13 @@ jobs:
30
- name: Assemble
31
run: ./gradlew assemble
32
- name: Run JS Tests
33
- run: ./gradlew cleanTest jsTest
+ run: ./gradlew cleanTest jsLegacyTest
34
- name: Upload JS test artifact
35
uses: actions/upload-artifact@v2
36
if: failure()
37
with:
38
name: "JS Test Report HTML"
39
- path: "firebase-firestore/build/reports/tests/jsTest/"
+ path: "firebase-firestore/build/reports/tests/jsLegacyTest/"
40
- name: Run iOS Tests
41
run: ./gradlew cleanTest iosX64Test
42
- name: Upload iOS test artifact
0 commit comments