Skip to content

Commit

Permalink
test: Print out working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Blazebrain committed Oct 9, 2024
1 parent 51e98dc commit d568d9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/automated_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,9 @@ jobs:
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: |
cd /opt/android/cake_wallet
flutter pub get
cd /opt/android/cake_wallet
pwd
flutter pub get
flutter drive --driver=test_driver/integration_test.dart --target=integration_test/test_suites/
if [ $? -ne 0 ]; then
echo "Tests failed"
Expand Down

0 comments on commit d568d9f

Please sign in to comment.