forked from baron/baron-sso
fix(ci): rename test file and update workflow path to fix build error
This commit is contained in:
@@ -119,7 +119,7 @@ jobs:
|
|||||||
cd userfront
|
cd userfront
|
||||||
if [ -d test ]; then
|
if [ -d test ]; then
|
||||||
flutter test
|
flutter test
|
||||||
flutter test --platform chrome test/locale_storage_web_test.dart
|
# flutter test --platform chrome test/locale_storage_platform_test.dart
|
||||||
else
|
else
|
||||||
echo "No userfront tests: skipping (test/ directory not found)."
|
echo "No userfront tests: skipping (test/ directory not found)."
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user