removed defaults from goldens workflow

This commit is contained in:
Vadim 2024-04-12 09:59:39 +02:00
parent ff1260c5d9
commit a19bf3df1c

View file

@ -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 }}