Skip to content

Commit

Permalink
Used test secrets for test run
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Oct 1, 2024
1 parent d3e4306 commit 0c6a371
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 @@ -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 -d emulator-5554 --dart-define=CLIENT_KEY="$ADYEN_TEST_CLIENT_KEY" --dart-define=X_API_KEY="$ADYEN_TEST_X_API_KEY"
patrol test -t integration_test/drop_in_test/open_drop_in_test.dart -d emulator-5554 --dart-define=CLIENT_KEY=${{ secrets.ADYEN_TEST_CLIENT_KEY }} --dart-define=X_API_KEY=${{ secrets.ADYEN_TEST_X_API_KEY }}

0 comments on commit 0c6a371

Please sign in to comment.