Skip to content

Commit 46cf087

Browse files
committed
More fixes (temp comment out assemble)
1 parent c53dff1 commit 46cf087

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
run: npm install -g firebase-tools
4040
- name: Start Firebase emulator
4141
run: "firebase emulators:start --config=./test/firebase.json &"
42-
- name: Assemble
43-
run: ./gradlew assemble
42+
# - name: Assemble
43+
# run: ./gradlew assemble
4444
- name: Run JS Tests
4545
run: ./gradlew cleanTest jsTest
4646
- name: Upload JS test artifact
@@ -83,6 +83,8 @@ jobs:
8383
uses: reactivecircus/android-emulator-runner@v2
8484
with:
8585
api-level: ${{ matrix.api-level }}
86+
arch: x86_64
87+
target: google_apis
8688
force-avd-creation: false
8789
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
8890
disable-animations: true

0 commit comments

Comments
 (0)