Skip to content

Commit

Permalink
ci: run functional tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Oct 27, 2023
1 parent aa7d1be commit bdb87dd
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -24,6 +24,18 @@ jobs:
run: ./gradlew lintDebug
- name: Android Unit Tests
run: ./gradlew :parsely:testDebugUnitTest
- name: Functional Tests
uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b #[email protected]
with:
working-directory: ./parsely
api-level: 31
profile: Nexus 6
arch: x86_64
force-avd-creation: false
avd-name: macOS-avd-x86_64-31
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew connectedCheck
- name: Generate XML coverage report
run: ./gradlew :parsely:koverXmlReportDebug
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit bdb87dd

Please sign in to comment.