Skip to content

Commit

Permalink
Updated to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Sep 17, 2024
1 parent 60e85b4 commit 2b39d88
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/android_ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17

- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.0'
Expand All @@ -45,11 +51,5 @@ jobs:
working-directory: ./example
script: |
echo "Emulator launched"
pwd
ls
patrol doctor
patrol test -t integration_test/drop_in_test/open_drop_in_test.dart -d emulator-5554
# TODO Add github environment values
# - run: patrol test -t example/integration_test/drop_in_test/open_drop_in_test.dart -d 'iPhone 15'
# TODO Add github environment values
# patrol test -t integration_test/drop_in_test/open_drop_in_test.dart -d emulator-5554

0 comments on commit 2b39d88

Please sign in to comment.