Skip to content

Commit

Permalink
seperate spin up from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aarsilv committed Oct 23, 2023
1 parent abc020e commit 1e01f76
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,12 @@ jobs:
echo "MAVEN_PASSWORD=${MAVEN_PASSWORD}" >> ~/.gradle/gradle.properties
- name: Set up test data
run: make test-data
- name: Run tests on emulator
- name: Spin up emulator
uses: ReactiveCircus/android-emulator-runner@v2
with:
api-level: 33
target: google_apis
arch: x86_64
script: echo "Emulator started"
- name: Forward mock server port
run: adb forward tcp:4001 tcp:4001
- name: Run tests
uses: ReactiveCircus/android-emulator-runner@v2
with:
api-level: 33
target: google_apis
arch: x86_64
script: make test
run: make test

0 comments on commit 1e01f76

Please sign in to comment.