File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,12 @@ jobs:
74
74
75
75
- name : Run tests (DDC)
76
76
run : |
77
- dart run build_runner test --delete-conflicting-outputs -- --preset dartdevc -- exclude-tags=react-${{ matrix.react == 18 && '17' || '18' }}
77
+ dart run build_runner test --delete-conflicting-outputs --exclude-tags=react-${{ matrix.react == 18 && '17' || '18' }} -- --preset dartdevc
78
78
if : always() && steps.install.outcome == 'success'
79
79
timeout-minutes : 8
80
80
81
81
- name : Run tests (dart2js)
82
82
run : |
83
- dart run build_runner test --delete-conflicting-outputs --release -- --preset dart2js -- exclude-tags=react-${{ matrix.react == 18 && '17' || '18' }}
83
+ dart run build_runner test --delete-conflicting-outputs --release --exclude-tags=react-${{ matrix.react == 18 && '17' || '18' }} -- --preset dart2js
84
84
if : always() && steps.install.outcome == 'success'
85
85
timeout-minutes : 8
You can’t perform that action at this time.
0 commit comments