Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI #810

Merged
merged 5 commits into from
Mar 13, 2023
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
Typo
  • Loading branch information
rrousselGit committed Mar 13, 2023
commit 3fccabd45cad5482ddc1bdf6f085b08aa7114d3c
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
run: flutter pub get

- run: dart format lib test --set-exit-if-changed
if: matrix.package_path != 'master'
if: matrix.channel != 'master'

- run: flutter analyze --no-current-package

- run: flutter test --no-pub --coverage test/null_safe
- run: flutter test --no-pub --coverage --no-sound-null-safety test/mixed_mode
if: matrix.package_path != 'master'
if: matrix.channel != 'master'