Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
simc committed Dec 28, 2022
1 parent 780db19 commit bc6f144
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ jobs:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1.3
- run: dart pub get
- name: Lint
run: |
- run: |
dart pub get
dart pub run build_runner build
dart analyze --fatal-infos
working-directory: crimson_test
- name: Lint
run: dart analyze --fatal-infos

test:
name: Unit Tests
Expand Down

0 comments on commit bc6f144

Please sign in to comment.