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
wip
  • Loading branch information
bruno-garcia committed Oct 14, 2020
commit a9560c7bc254368bab3d12c80aa31291c186356f
6 changes: 0 additions & 6 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ jobs:
release-channel: ${{ matrix.sdk }}
- uses: actions/checkout@v2
- run: pub get
- name: Test on Dart VM and collect code coverage
uses: stelynx/[email protected]
with:
package: sentry
path: dart # seems the action does a cd {BLA} and ignores the workdir we set
- uses: codecov/codecov-action@v1
- name: Test on Chrome
run: pub run test -p chrome test/*
- run: dartanalyzer --fatal-warnings ./
Expand Down