Skip to content

Commit

Permalink
Check devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Oct 7, 2024
1 parent 3ea3c44 commit e18ddc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- run: flutter pub get
- run: dart pub global activate patrol_cli 3.1.1
- run: patrol doctor
- run: $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager list device


- name: Boot emulator and run tests
Expand All @@ -54,4 +53,5 @@ jobs:
working-directory: ./example
script: |
echo "Emulator launched"
flutter devices
patrol test -t integration_test/drop_in_test/drop_in_card_test.dart --dart-define=CLIENT_KEY='${{ secrets.ADYEN_TEST_CLIENT_KEY }}' --dart-define=X_API_KEY='${{ secrets.ADYEN_TEST_X_API_KEY }}' -d emulator-5554

0 comments on commit e18ddc8

Please sign in to comment.