File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 82
82
83
83
- name : Run Tests
84
84
if : " always() && steps.bootstrap.conclusion == 'success'"
85
- run : dart run build_runner test --release --delete-conflicting-outputs -- -p ${{ matrix.browser }}
85
+ run : dart run build_runner build test --release --delete-conflicting-outputs && dart test -p ${{ matrix.browser }}
86
86
working-directory : ${{ inputs.working-directory }}
Original file line number Diff line number Diff line change 82
82
83
83
- name : Run Tests
84
84
if : " always() && steps.bootstrap.conclusion == 'success'"
85
- run : dart run build_runner test --delete-conflicting-outputs -- -p ${{ matrix.browser }}
85
+ run : dart run build_runner build test --delete-conflicting-outputs && dart test -p ${{ matrix.browser }}
86
86
working-directory : ${{ inputs.working-directory }}
87
87
88
88
- name : Log success/failure
You can’t perform that action at this time.
0 commit comments