Skip to content

Commit

Permalink
test: Check details of current working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Blazebrain committed Oct 25, 2024
1 parent d3d31ef commit 6eeaecd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automated_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ jobs:
working-directory: /opt/android/cake_wallet
script: |
flutter pub get
pwd
ls -la
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 6eeaecd

Please sign in to comment.