Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

CI: print Dart version, use pub run test #169

Merged
merged 1 commit into from
Nov 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .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