From d568d9f2e3029788dfa75b826460253a59118a91 Mon Sep 17 00:00:00 2001 From: Blazebrain Date: Wed, 9 Oct 2024 06:19:20 +0100 Subject: [PATCH] test: Print out working directory --- .github/workflows/automated_integration_test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automated_integration_test.yml b/.github/workflows/automated_integration_test.yml index 11f0c494c0..628dc3b110 100644 --- a/.github/workflows/automated_integration_test.yml +++ b/.github/workflows/automated_integration_test.yml @@ -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"