Skip to content

Commit

Permalink
removed build_runner step from the GHFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
armantorkzaban committed Sep 8, 2022
1 parent 0cb988b commit 554cd43
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dart-pub-publish-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,5 @@ jobs:
run: dart analyze
if: always()

- name: Run build_runner
run: dart run build_runner build --delete-conflicting-outputs
if: always()

- name: Preview publish package (dry-run)
run: dart pub publish --dry-run
4 changes: 0 additions & 4 deletions .github/workflows/dart-pub-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
run: dart analyze
if: always()

- name: Run build_runner
run: dart run build_runner build --delete-conflicting-outputs
if: always()

- name: Setup credentials
env:
OAUTH_ACCESS_TOKEN: ${{ secrets.OAUTH_ACCESS_TOKEN }}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/dart-unit-tests-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
run: dart analyze
if: always()

- name: Run build_runner
run: dart run build_runner build --delete-conflicting-outputs
if: always()

- name: Run tests with coverage enabled
run: dart test --coverage=./coverage
if: always()
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/dart-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
run: dart analyze
if: always()

- name: Run build_runner
run: dart run build_runner build --delete-conflicting-outputs
if: always()

- name: Run tests
run: dart test
if: always()

0 comments on commit 554cd43

Please sign in to comment.