mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
removed golden workflow call from PR check
This commit is contained in:
parent
602a8d4cf3
commit
ead5df125b
2 changed files with 1 additions and 13 deletions
8
.github/workflows/pr_check.yml
vendored
8
.github/workflows/pr_check.yml
vendored
|
@ -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
|
|
||||||
|
|
6
.github/workflows/run_golden_tests.yml
vendored
6
.github/workflows/run_golden_tests.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue