mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-24 08:20:40 +00:00
typo
This commit is contained in:
parent
6ecea38ec7
commit
ff1260c5d9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run_golden_tests.yml
vendored
2
.github/workflows/run_golden_tests.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
||||||
defaults -currentHost write -g AppleFontSmoothing -int 0
|
defaults -currentHost write -g AppleFontSmoothing -int 0
|
||||||
goldens=$(find ./test -name "*_golden_test.dart" -print)
|
goldens=$(find ./test -name "*_golden_test.dart" -print)
|
||||||
for f in $goldens; do
|
for f in $goldens; do
|
||||||
flutter test "$f" --dart-define cameraStubImage=assets/camera_stub_image.jpg "$UPDATE_GOLDENS"
|
flutter test "$f" --dart-define cameraStubImage=assets/camera_stub_image.jpg $UPDATE_GOLDENS
|
||||||
done
|
done
|
||||||
defaults -currentHost write -g AppleFontSmoothing
|
defaults -currentHost write -g AppleFontSmoothing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue