Skip to content

Commit 60bc0e6

Browse files
committed
Fix task name
1 parent acaee0e commit 60bc0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
name: "JS Test Report HTML"
3838
path: "firebase-firestore/build/reports/tests/jsTest/"
3939
- name: Run iOS Tests
40-
run: ./gradlew cleanTest iosTest
40+
run: ./gradlew cleanTest iosX64Test
4141
- name: Upload iOS test artifact
4242
uses: actions/upload-artifact@v2
4343
if: failure()

0 commit comments

Comments
 (0)