Skip to content

Commit

Permalink
ci: fix test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrverdant13 committed Aug 7, 2023
1 parent dde3f5b commit 8271fe1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ jobs:
uses: actions/checkout@v2
- name: Install dart
uses: dart-lang/setup-dart@v1
- name: Install melos
run: dart pub global activate melos 3.1.1
- name: Initialize melos
run: melos bs
- name: Verify up-to-date generated source files
working-directory: packages/coverde/
run: dart test --run-skipped -t ci-only test/ensure_up_to_date_src_gen_test.dart

test:
Expand Down

0 comments on commit 8271fe1

Please sign in to comment.