Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
blaugold authored Jun 12, 2022
1 parent 432b340 commit ff3891f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
steps:
- uses: actions/checkout@v1

- uses: dart-lang/setup-dart@v0.5
- uses: dart-lang/setup-dart@v1
with:
sdk: stable

- name: Install dependencies
run: pub get
run: dart pub get

- name: Run tests
run: pub run test
run: dart pub run test

- name: Run example
run: dart example/lib/main.dart
Expand Down

0 comments on commit ff3891f

Please # to comment.