Skip to content

Commit

Permalink
Merge pull request #174 from Workiva/batch/fedx/dart_2_19
Browse files Browse the repository at this point in the history
Dart 2.19
  • Loading branch information
dustinlessard-wf authored Oct 27, 2023
2 parents 455eea5 + c3993f4 commit fbb0052
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 fbb0052

Please sign in to comment.