mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
typo
This commit is contained in:
parent
cd09efeb05
commit
69522153bb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/run_golden_tests.yml
vendored
4
.github/workflows/run_golden_tests.yml
vendored
|
@ -43,11 +43,11 @@ jobs:
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
UPDATE_GOLDENS: ${{inputs.update-goldens && '--update-goldens' || '' }}ƒ
|
UPDATE_GOLDENS: ${{inputs.update-goldens && '--update-goldens' || '' }}
|
||||||
run: |
|
run: |
|
||||||
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
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
|
|
Loading…
Reference in a new issue