removed golden workflow call from PR check

This commit is contained in:
Vadim 2024-04-12 07:51:49 +02:00
parent 602a8d4cf3
commit ead5df125b
2 changed files with 1 additions and 13 deletions

View file

@ -54,7 +54,7 @@ jobs:
run: flutter analyze lib --fatal-infos run: flutter analyze lib --fatal-infos
- name: Run tests - name: Run tests
run: flutter test run: flutter test --dart-define cameraStubImage=assets/camera_stub_image.jpg
- name: Analyze project source with stub - name: Analyze project source with stub
if: steps.override-iap.conclusion != 'success' if: steps.override-iap.conclusion != 'success'
@ -62,9 +62,3 @@ jobs:
bash ./.github/scripts/stub_iap.sh bash ./.github/scripts/stub_iap.sh
flutter pub get flutter pub get
flutter analyze lib --fatal-infos flutter analyze lib --fatal-infos
run-golden-tests:
name: Run golden tests
needs: [analyze-and-test]
uses: ./.github/workflows/run_golden_tests.yml
secrets: inherit

View file

@ -12,12 +12,6 @@ on:
type: boolean type: boolean
description: Update goldens description: Update goldens
default: false default: false
workflow_call:
inputs:
update-goldens:
type: boolean
description: Update goldens
default: false
jobs: jobs:
run-golden-tests: run-golden-tests: