Skip to content

Commit

Permalink
CI: print Dart version, use pub run test (dart-lang/collection#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Nov 16, 2020
1 parent a639337 commit 831dc7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/collection/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
- uses: cedx/setup-dart@v2
with:
release-channel: dev
- run: dart --version
- uses: actions/checkout@v2

- run: pub get

- run: dart format --output=none --set-exit-if-changed .
- run: dart analyze --fatal-infos .
- run: dart test -p vm,chrome
- run: pub run test -p vm,chrome

0 comments on commit 831dc7e

Please sign in to comment.