Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
update the tests task name
  • Loading branch information
rxlabz authored Oct 28, 2020
commit f41848e1b23c5120c89c3682a0cc8238e3ad3dbe
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
release-channel: ${{ matrix.sdk }}
- uses: actions/checkout@v2
- run: pub get
- name: Test on Chrome
- name: Test (VM and browser)
run: pub run test test
- run: dartanalyzer --fatal-warnings ./
- run: dartfmt -n --set-exit-if-changed ./
Expand Down