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 c53dff1 commit 46cf087Copy full SHA for 46cf087
.github/workflows/pull_request.yml
@@ -39,8 +39,8 @@ jobs:
39
run: npm install -g firebase-tools
40
- name: Start Firebase emulator
41
run: "firebase emulators:start --config=./test/firebase.json &"
42
- - name: Assemble
43
- run: ./gradlew assemble
+# - name: Assemble
+# run: ./gradlew assemble
44
- name: Run JS Tests
45
run: ./gradlew cleanTest jsTest
46
- name: Upload JS test artifact
@@ -83,6 +83,8 @@ jobs:
83
uses: reactivecircus/android-emulator-runner@v2
84
with:
85
api-level: ${{ matrix.api-level }}
86
+ arch: x86_64
87
+ target: google_apis
88
force-avd-creation: false
89
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
90
disable-animations: true
0 commit comments