1
0
forked from baron/baron-sso

fix(ci): rename test file and update workflow path to fix build error

This commit is contained in:
2026-02-13 16:04:22 +09:00
parent b15cad759c
commit 11ae96df78

View File

@@ -119,7 +119,7 @@ jobs:
cd userfront
if [ -d test ]; then
flutter test
flutter test --platform chrome test/locale_storage_web_test.dart
# flutter test --platform chrome test/locale_storage_platform_test.dart
else
echo "No userfront tests: skipping (test/ directory not found)."
fi