Skip to content

Commit

Permalink
run pub get
Browse files Browse the repository at this point in the history
  • Loading branch information
btrautmann committed Sep 16, 2024
1 parent 96d7c0e commit 0ebd209
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
channel: 'stable'
cache: true

- name: Install Dependencies
run: flutter packages get

- name: Run tests
run: ALCHEMIST_FLUTTER_VERSION=${{ matrix.flutter-version }} flutter test --no-pub --coverage --test-randomize-ordering-seed=random

Expand Down

0 comments on commit 0ebd209

Please sign in to comment.