Skip to content

Commit

Permalink
Setup Python dependencies for the screenshot server
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Jul 10, 2024
1 parent 9a372e9 commit 6fcc697
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ jobs:
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: Setup Python dependencies for the screenshot server
run: python -m pip install flask

- name: Start screenshot server
run: python ./app/src/androidTest/kotlin/org/stypox/dicio/screenshot/screenshot_server.py &

- name: run tests
- name: Run Android instrumented tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 34
Expand Down

0 comments on commit 6fcc697

Please sign in to comment.