@@ -566,7 +566,7 @@ jobs:
566566 - job_007
567567 - job_008
568568 job_013 :
569- name : " unit_test; linux; Dart dev; PKG: _test; `pub run build_runner test -- -p chrome --test-randomize-ordering-seed=random`, `pub run build_runner test -- -p vm test/configurable_uri_test.dart --test-randomize-ordering-seed=random`"
569+ name : " unit_test; linux; Dart dev; PKG: _test; `dart run build_runner test -- -p chrome --test-randomize-ordering-seed=random`, `dart run build_runner test -- -p vm test/configurable_uri_test.dart --test-randomize-ordering-seed=random`"
570570 runs-on : ubuntu-latest
571571 steps :
572572 - name : Cache Pub hosted dependencies
@@ -589,14 +589,14 @@ jobs:
589589 if : " always() && steps.checkout.conclusion == 'success'"
590590 working-directory : _test
591591 run : dart pub upgrade
592- - name : " _test; pub run build_runner test -- -p chrome --test-randomize-ordering-seed=random"
592+ - name : " _test; dart run build_runner test -- -p chrome --test-randomize-ordering-seed=random"
593593 if : " always() && steps._test_pub_upgrade.conclusion == 'success'"
594594 working-directory : _test
595- run : " pub run build_runner test -- -p chrome --test-randomize-ordering-seed=random"
596- - name : " _test; pub run build_runner test -- -p vm test/configurable_uri_test.dart --test-randomize-ordering-seed=random"
595+ run : " dart run build_runner test -- -p chrome --test-randomize-ordering-seed=random"
596+ - name : " _test; dart run build_runner test -- -p vm test/configurable_uri_test.dart --test-randomize-ordering-seed=random"
597597 if : " always() && steps._test_pub_upgrade.conclusion == 'success'"
598598 working-directory : _test
599- run : " pub run build_runner test -- -p vm test/configurable_uri_test.dart --test-randomize-ordering-seed=random"
599+ run : " dart run build_runner test -- -p vm test/configurable_uri_test.dart --test-randomize-ordering-seed=random"
600600 needs :
601601 - job_001
602602 - job_002
@@ -1122,7 +1122,7 @@ jobs:
11221122 - job_007
11231123 - job_008
11241124 job_029 :
1125- name : " unit_test; windows; Dart dev; PKG: _test; `pub run build_runner test -- -p chrome --test-randomize-ordering-seed=random`, `pub run build_runner test -- -p vm test/configurable_uri_test.dart --test-randomize-ordering-seed=random`"
1125+ name : " unit_test; windows; Dart dev; PKG: _test; `dart run build_runner test -- -p chrome --test-randomize-ordering-seed=random`, `dart run build_runner test -- -p vm test/configurable_uri_test.dart --test-randomize-ordering-seed=random`"
11261126 runs-on : windows-latest
11271127 steps :
11281128 -
uses :
dart-lang/[email protected] @@ -1135,14 +1135,14 @@ jobs:
11351135 if : " always() && steps.checkout.conclusion == 'success'"
11361136 working-directory : _test
11371137 run : dart pub upgrade
1138- - name : " _test; pub run build_runner test -- -p chrome --test-randomize-ordering-seed=random"
1138+ - name : " _test; dart run build_runner test -- -p chrome --test-randomize-ordering-seed=random"
11391139 if : " always() && steps._test_pub_upgrade.conclusion == 'success'"
11401140 working-directory : _test
1141- run : " pub.bat run build_runner test -- -p chrome --test-randomize-ordering-seed=random"
1142- - name : " _test; pub run build_runner test -- -p vm test/configurable_uri_test.dart --test-randomize-ordering-seed=random"
1141+ run : " dart run build_runner test -- -p chrome --test-randomize-ordering-seed=random"
1142+ - name : " _test; dart run build_runner test -- -p vm test/configurable_uri_test.dart --test-randomize-ordering-seed=random"
11431143 if : " always() && steps._test_pub_upgrade.conclusion == 'success'"
11441144 working-directory : _test
1145- run : " pub.bat run build_runner test -- -p vm test/configurable_uri_test.dart --test-randomize-ordering-seed=random"
1145+ run : " dart run build_runner test -- -p vm test/configurable_uri_test.dart --test-randomize-ordering-seed=random"
11461146 needs :
11471147 - job_001
11481148 - job_002
@@ -1627,7 +1627,7 @@ jobs:
16271627 - job_038
16281628 - job_039
16291629 job_043 :
1630- name : " e2e_test; linux; Dart dev; PKG: _test_null_safety; `pub run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random`, `pub run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random`"
1630+ name : " e2e_test; linux; Dart dev; PKG: _test_null_safety; `dart run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random`, `dart run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random`"
16311631 runs-on : ubuntu-latest
16321632 steps :
16331633 - name : Cache Pub hosted dependencies
@@ -1650,14 +1650,14 @@ jobs:
16501650 if : " always() && steps.checkout.conclusion == 'success'"
16511651 working-directory : _test_null_safety
16521652 run : dart pub upgrade
1653- - name : " _test_null_safety; pub run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random"
1653+ - name : " _test_null_safety; dart run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random"
16541654 if : " always() && steps._test_null_safety_pub_upgrade.conclusion == 'success'"
16551655 working-directory : _test_null_safety
1656- run : " pub run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random"
1657- - name : " _test_null_safety; pub run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random"
1656+ run : " dart run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random"
1657+ - name : " _test_null_safety; dart run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random"
16581658 if : " always() && steps._test_null_safety_pub_upgrade.conclusion == 'success'"
16591659 working-directory : _test_null_safety
1660- run : " pub run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random"
1660+ run : " dart run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random"
16611661 needs :
16621662 - job_001
16631663 - job_002
@@ -2213,7 +2213,7 @@ jobs:
22132213 - job_038
22142214 - job_039
22152215 job_052 :
2216- name : " e2e_test; windows; Dart dev; PKG: _test_null_safety; `pub run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random`, `pub run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random`"
2216+ name : " e2e_test; windows; Dart dev; PKG: _test_null_safety; `dart run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random`, `dart run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random`"
22172217 runs-on : windows-latest
22182218 steps :
22192219 -
uses :
dart-lang/[email protected] @@ -2226,14 +2226,14 @@ jobs:
22262226 if : " always() && steps.checkout.conclusion == 'success'"
22272227 working-directory : _test_null_safety
22282228 run : dart pub upgrade
2229- - name : " _test_null_safety; pub run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random"
2229+ - name : " _test_null_safety; dart run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random"
22302230 if : " always() && steps._test_null_safety_pub_upgrade.conclusion == 'success'"
22312231 working-directory : _test_null_safety
2232- run : " pub.bat run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random"
2233- - name : " _test_null_safety; pub run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random"
2232+ run : " dart run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random"
2233+ - name : " _test_null_safety; dart run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random"
22342234 if : " always() && steps._test_null_safety_pub_upgrade.conclusion == 'success'"
22352235 working-directory : _test_null_safety
2236- run : " pub.bat run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random"
2236+ run : " dart run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random"
22372237 needs :
22382238 - job_001
22392239 - job_002
@@ -2357,7 +2357,7 @@ jobs:
23572357 - job_051
23582358 - job_052
23592359 job_054 :
2360- name : " e2e_test_cron; linux; Dart main; PKG: _test_null_safety; `pub run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random`, `pub run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random`"
2360+ name : " e2e_test_cron; linux; Dart main; PKG: _test_null_safety; `dart run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random`, `dart run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random`"
23612361 runs-on : ubuntu-latest
23622362 steps :
23632363 - name : Cache Pub hosted dependencies
@@ -2380,14 +2380,14 @@ jobs:
23802380 if : " always() && steps.checkout.conclusion == 'success'"
23812381 working-directory : _test_null_safety
23822382 run : dart pub upgrade
2383- - name : " _test_null_safety; pub run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random"
2383+ - name : " _test_null_safety; dart run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random"
23842384 if : " always() && steps._test_null_safety_pub_upgrade.conclusion == 'success'"
23852385 working-directory : _test_null_safety
2386- run : " pub run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random"
2387- - name : " _test_null_safety; pub run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random"
2386+ run : " dart run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random"
2387+ - name : " _test_null_safety; dart run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random"
23882388 if : " always() && steps._test_null_safety_pub_upgrade.conclusion == 'success'"
23892389 working-directory : _test_null_safety
2390- run : " pub run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random"
2390+ run : " dart run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random"
23912391 if : " github.event_name == 'schedule'"
23922392 needs :
23932393 - job_001
@@ -2515,7 +2515,7 @@ jobs:
25152515 - job_051
25162516 - job_052
25172517 job_056 :
2518- name : " e2e_test_cron; windows; Dart main; PKG: _test_null_safety; `pub run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random`, `pub run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random`"
2518+ name : " e2e_test_cron; windows; Dart main; PKG: _test_null_safety; `dart run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random`, `dart run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random`"
25192519 runs-on : windows-latest
25202520 steps :
25212521 -
uses :
dart-lang/[email protected] @@ -2528,14 +2528,14 @@ jobs:
25282528 if : " always() && steps.checkout.conclusion == 'success'"
25292529 working-directory : _test_null_safety
25302530 run : dart pub upgrade
2531- - name : " _test_null_safety; pub run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random"
2531+ - name : " _test_null_safety; dart run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random"
25322532 if : " always() && steps._test_null_safety_pub_upgrade.conclusion == 'success'"
25332533 working-directory : _test_null_safety
2534- run : " pub.bat run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random"
2535- - name : " _test_null_safety; pub run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random"
2534+ run : " dart run build_runner test -- -p chrome,vm --test-randomize-ordering-seed=random"
2535+ - name : " _test_null_safety; dart run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random"
25362536 if : " always() && steps._test_null_safety_pub_upgrade.conclusion == 'success'"
25372537 working-directory : _test_null_safety
2538- run : " pub.bat run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random"
2538+ run : " dart run build_runner test --define=\" build_web_compilers:entrypoint=compiler=dart2js\" -- -p chrome --test-randomize-ordering-seed=random"
25392539 if : " github.event_name == 'schedule'"
25402540 needs :
25412541 - job_001
0 commit comments