Skip to content

Commit

Permalink
ci: remove code generation step
Browse files Browse the repository at this point in the history
  • Loading branch information
khoadng committed Jul 2, 2023
1 parent 7a356e8 commit 242d378
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
- name: Check flutter version
run: flutter --version

- name: Generate boilerplates
run: flutter pub run build_runner build --delete-conflicting-outputs

- name: Run unit tests
run: flutter test --no-pub --coverage --test-randomize-ordering-seed random test

Expand Down

0 comments on commit 242d378

Please sign in to comment.