Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jordond committed Sep 27, 2023
1 parent b233e91 commit d9994b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
ram-size: 4096M
emulator-boot-timeout: 12000
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -no-snapshot-save
script: ./gradlew connectedCheck
script: ./gradlew connectedCheck --scan

test-browser:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -179,6 +179,8 @@ jobs:
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1

- name: Run tests in Chrome
- name: Setup headless Chrome
uses: browser-actions/setup-chrome@v1
run: ./gradlew jsTest

- name: Run tests in browser
run: ./gradlew jsTest --scan

0 comments on commit d9994b8

Please sign in to comment.