Skip to content

Commit

Permalink
Test run
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Oct 7, 2024
1 parent ff6215e commit 912b318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- run: dart pub global activate patrol_cli 3.1.1
- run: patrol doctor

- name: Boot emulator or run tests
- name: Boot emulator and run tests
uses: reactivecircus/android-emulator-runner@v2
env:
ADYEN_TEST_CLIENT_KEY: "ABC"
Expand All @@ -54,4 +54,4 @@ jobs:
working-directory: ./example
script: |
echo "Emulator launched"
patrol test -t integration_test/drop_in_test/open_drop_in_test.dart --dart-define=CLIENT_KEY='ABC' --dart-define=X_API_KEY='123' -d emulator-5554
patrol test -t integration_test/drop_in_test/open_drop_in_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 912b318

Please sign in to comment.