Skip to content

Commit

Permalink
Running test inside ReactiveCircus
Browse files Browse the repository at this point in the history
  • Loading branch information
Damjan Smickovski authored and Damjan Smickovski committed Jun 27, 2023
1 parent 150a52c commit ab36d38
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,20 @@ jobs:
distribution: 'adopt'
java-version: '17'

- name: Setup emulator
uses: ReactiveCircus/android-emulator-runner@v2
with:
api-level: 30
target: google_apis
arch: x86_64
script: echo "Created emulator"

- name: Install Appium
run: npm install -g appium

- name: Run Appium
run: appium &

- name: Run tests
uses: ReactiveCircus/android-emulator-runner@v2
env:
APPIUM_PORT: 4723
APPIUM_HOST: localhost
LOG_LEVEL: info
run: yarn test
with:
api-level: 30
target: google_apis
arch: x86_64
script: yarn test

0 comments on commit ab36d38

Please sign in to comment.