Skip to content

Commit

Permalink
"Dart 2.19"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcegraph committed Oct 26, 2023
1 parent 455eea5 commit c3993f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Analyze project source
run: dart analyze
- name: Run tests on chrome
run: dart pub run build_runner test --delete-conflicting-outputs -- -p chrome
run: dart run build_runner test --delete-conflicting-outputs -- -p chrome
- name: Run tests in release mode on chrome
run: dart pub run build_runner test --release --delete-conflicting-outputs -- -p chrome
run: dart run build_runner test --release --delete-conflicting-outputs -- -p chrome

0 comments on commit c3993f4

Please sign in to comment.