Skip to content

Commit 554cd43

Browse files
removed build_runner step from the GHFlow
1 parent 0cb988b commit 554cd43

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

.github/workflows/dart-pub-publish-on-pr.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,5 @@ jobs:
2727
run: dart analyze
2828
if: always()
2929

30-
- name: Run build_runner
31-
run: dart run build_runner build --delete-conflicting-outputs
32-
if: always()
33-
3430
- name: Preview publish package (dry-run)
3531
run: dart pub publish --dry-run

.github/workflows/dart-pub-publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
run: dart analyze
2828
if: always()
2929

30-
- name: Run build_runner
31-
run: dart run build_runner build --delete-conflicting-outputs
32-
if: always()
33-
3430
- name: Setup credentials
3531
env:
3632
OAUTH_ACCESS_TOKEN: ${{ secrets.OAUTH_ACCESS_TOKEN }}

.github/workflows/dart-unit-tests-on-pr.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
run: dart analyze
2828
if: always()
2929

30-
- name: Run build_runner
31-
run: dart run build_runner build --delete-conflicting-outputs
32-
if: always()
33-
3430
- name: Run tests with coverage enabled
3531
run: dart test --coverage=./coverage
3632
if: always()

.github/workflows/dart-unit-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
run: dart analyze
3333
if: always()
3434

35-
- name: Run build_runner
36-
run: dart run build_runner build --delete-conflicting-outputs
37-
if: always()
38-
3935
- name: Run tests
4036
run: dart test
4137
if: always()

0 commit comments

Comments
 (0)