mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
fix: Switch back to flutter drive
This commit is contained in:
parent
3ca0334c0f
commit
5060cbe55e
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@ do
|
|||
rm -rf ~/.local/share/com.example.cake_wallet ~/Documents/cake_wallet
|
||||
fi
|
||||
echo "Running test: $target"
|
||||
if flutter test $target; then
|
||||
if flutter drive \
|
||||
--driver=test_driver/integration_test.dart \
|
||||
--target="$target"; then
|
||||
echo "✅ Test passed: $target"
|
||||
passed_tests+=("$target")
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue