Skip to content

Commit b89d1af

Browse files
committed
Remove build_runner step from pipeline as mocks are committed to repo
1 parent 7304833 commit b89d1af

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ jobs:
5252
run: bash prebuild.sh
5353
working-directory: scripts
5454

55-
- name: Regenerate mocks
56-
run: dart run build_runner build --delete-conflicting-outputs
57-
5855
- name: Check formatting of changed files
5956
run: |
6057
if [ "${{ github.event_name }}" = "pull_request" ]; then

0 commit comments

Comments
 (0)