Skip to content

Commit

Permalink
test: Try a direct test to see if it'll trigger properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Blazebrain committed Nov 5, 2024
1 parent 6193acf commit ef7e395
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/automated_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,5 @@ jobs:
flutter pub get
adb devices
adb wait-for-device
flutter test -v integration_test/test_suites/
if [ $? -ne 0 ]; then
echo "Tests failed"
exit 1
fi
flutter test -v integration_test/test_suites/send_flow_test.dart

0 comments on commit ef7e395

Please sign in to comment.