mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 15:00:40 +00:00
removed defaults from goldens workflow
This commit is contained in:
parent
ff1260c5d9
commit
a19bf3df1c
1 changed files with 0 additions and 1 deletions
1
.github/workflows/run_golden_tests.yml
vendored
1
.github/workflows/run_golden_tests.yml
vendored
|
@ -50,7 +50,6 @@ jobs:
|
||||||
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
|
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
if: ${{ inputs.update-goldens }}
|
if: ${{ inputs.update-goldens }}
|
||||||
|
|
Loading…
Reference in a new issue