Skip to content

Commit bb0c44f

Browse files
committed
Delete conflicting outputs.
1 parent 149af83 commit bb0c44f

File tree

6 files changed

+57
-57
lines changed

6 files changed

+57
-57
lines changed

.github/workflows/dart.yml

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
needs:
273273
- job_001
274274
job_005:
275-
name: "build; Dart 3.6.0; PKG: _tests; `dart run build_runner build --fail-on-severe`"
275+
name: "build; Dart 3.6.0; PKG: _tests; `dart run build_runner build --delete-conflicting-outputs --fail-on-severe`"
276276
runs-on: ubuntu-latest
277277
steps:
278278
- name: Cache Pub hosted dependencies
@@ -297,8 +297,8 @@ jobs:
297297
run: dart pub upgrade
298298
if: "always() && steps.checkout.conclusion == 'success'"
299299
working-directory: _tests
300-
- name: "_tests; dart run build_runner build --fail-on-severe"
301-
run: dart run build_runner build --fail-on-severe
300+
- name: "_tests; dart run build_runner build --delete-conflicting-outputs --fail-on-severe"
301+
run: dart run build_runner build --delete-conflicting-outputs --fail-on-severe
302302
if: "always() && steps._tests_pub_upgrade.conclusion == 'success'"
303303
working-directory: _tests
304304
needs:
@@ -307,7 +307,7 @@ jobs:
307307
- job_003
308308
- job_004
309309
job_006:
310-
name: "build; Dart 3.6.0; PKG: ngforms; `dart run build_runner build --fail-on-severe`"
310+
name: "build; Dart 3.6.0; PKG: ngforms; `dart run build_runner build --delete-conflicting-outputs --fail-on-severe`"
311311
runs-on: ubuntu-latest
312312
steps:
313313
- name: Cache Pub hosted dependencies
@@ -332,8 +332,8 @@ jobs:
332332
run: dart pub upgrade
333333
if: "always() && steps.checkout.conclusion == 'success'"
334334
working-directory: ngforms
335-
- name: "ngforms; dart run build_runner build --fail-on-severe"
336-
run: dart run build_runner build --fail-on-severe
335+
- name: "ngforms; dart run build_runner build --delete-conflicting-outputs --fail-on-severe"
336+
run: dart run build_runner build --delete-conflicting-outputs --fail-on-severe
337337
if: "always() && steps.ngforms_pub_upgrade.conclusion == 'success'"
338338
working-directory: ngforms
339339
needs:
@@ -342,7 +342,7 @@ jobs:
342342
- job_003
343343
- job_004
344344
job_007:
345-
name: "build; Dart 3.6.0; PKG: ngrouter; `dart run build_runner build --fail-on-severe`"
345+
name: "build; Dart 3.6.0; PKG: ngrouter; `dart run build_runner build --delete-conflicting-outputs --fail-on-severe`"
346346
runs-on: ubuntu-latest
347347
steps:
348348
- name: Cache Pub hosted dependencies
@@ -367,8 +367,8 @@ jobs:
367367
run: dart pub upgrade
368368
if: "always() && steps.checkout.conclusion == 'success'"
369369
working-directory: ngrouter
370-
- name: "ngrouter; dart run build_runner build --fail-on-severe"
371-
run: dart run build_runner build --fail-on-severe
370+
- name: "ngrouter; dart run build_runner build --delete-conflicting-outputs --fail-on-severe"
371+
run: dart run build_runner build --delete-conflicting-outputs --fail-on-severe
372372
if: "always() && steps.ngrouter_pub_upgrade.conclusion == 'success'"
373373
working-directory: ngrouter
374374
needs:
@@ -377,7 +377,7 @@ jobs:
377377
- job_003
378378
- job_004
379379
job_008:
380-
name: "build; Dart 3.6.0; PKG: ngtest; `dart run build_runner build --fail-on-severe`"
380+
name: "build; Dart 3.6.0; PKG: ngtest; `dart run build_runner build --delete-conflicting-outputs --fail-on-severe`"
381381
runs-on: ubuntu-latest
382382
steps:
383383
- name: Cache Pub hosted dependencies
@@ -402,8 +402,8 @@ jobs:
402402
run: dart pub upgrade
403403
if: "always() && steps.checkout.conclusion == 'success'"
404404
working-directory: ngtest
405-
- name: "ngtest; dart run build_runner build --fail-on-severe"
406-
run: dart run build_runner build --fail-on-severe
405+
- name: "ngtest; dart run build_runner build --delete-conflicting-outputs --fail-on-severe"
406+
run: dart run build_runner build --delete-conflicting-outputs --fail-on-severe
407407
if: "always() && steps.ngtest_pub_upgrade.conclusion == 'success'"
408408
working-directory: ngtest
409409
needs:
@@ -412,7 +412,7 @@ jobs:
412412
- job_003
413413
- job_004
414414
job_009:
415-
name: "build; Dart stable; PKG: _tests; `dart run build_runner build --fail-on-severe`"
415+
name: "build; Dart stable; PKG: _tests; `dart run build_runner build --delete-conflicting-outputs --fail-on-severe`"
416416
runs-on: ubuntu-latest
417417
steps:
418418
- name: Cache Pub hosted dependencies
@@ -437,8 +437,8 @@ jobs:
437437
run: dart pub upgrade
438438
if: "always() && steps.checkout.conclusion == 'success'"
439439
working-directory: _tests
440-
- name: "_tests; dart run build_runner build --fail-on-severe"
441-
run: dart run build_runner build --fail-on-severe
440+
- name: "_tests; dart run build_runner build --delete-conflicting-outputs --fail-on-severe"
441+
run: dart run build_runner build --delete-conflicting-outputs --fail-on-severe
442442
if: "always() && steps._tests_pub_upgrade.conclusion == 'success'"
443443
working-directory: _tests
444444
needs:
@@ -447,7 +447,7 @@ jobs:
447447
- job_003
448448
- job_004
449449
job_010:
450-
name: "build; Dart stable; PKG: ngforms; `dart run build_runner build --fail-on-severe`"
450+
name: "build; Dart stable; PKG: ngforms; `dart run build_runner build --delete-conflicting-outputs --fail-on-severe`"
451451
runs-on: ubuntu-latest
452452
steps:
453453
- name: Cache Pub hosted dependencies
@@ -472,8 +472,8 @@ jobs:
472472
run: dart pub upgrade
473473
if: "always() && steps.checkout.conclusion == 'success'"
474474
working-directory: ngforms
475-
- name: "ngforms; dart run build_runner build --fail-on-severe"
476-
run: dart run build_runner build --fail-on-severe
475+
- name: "ngforms; dart run build_runner build --delete-conflicting-outputs --fail-on-severe"
476+
run: dart run build_runner build --delete-conflicting-outputs --fail-on-severe
477477
if: "always() && steps.ngforms_pub_upgrade.conclusion == 'success'"
478478
working-directory: ngforms
479479
needs:
@@ -482,7 +482,7 @@ jobs:
482482
- job_003
483483
- job_004
484484
job_011:
485-
name: "build; Dart stable; PKG: ngrouter; `dart run build_runner build --fail-on-severe`"
485+
name: "build; Dart stable; PKG: ngrouter; `dart run build_runner build --delete-conflicting-outputs --fail-on-severe`"
486486
runs-on: ubuntu-latest
487487
steps:
488488
- name: Cache Pub hosted dependencies
@@ -507,8 +507,8 @@ jobs:
507507
run: dart pub upgrade
508508
if: "always() && steps.checkout.conclusion == 'success'"
509509
working-directory: ngrouter
510-
- name: "ngrouter; dart run build_runner build --fail-on-severe"
511-
run: dart run build_runner build --fail-on-severe
510+
- name: "ngrouter; dart run build_runner build --delete-conflicting-outputs --fail-on-severe"
511+
run: dart run build_runner build --delete-conflicting-outputs --fail-on-severe
512512
if: "always() && steps.ngrouter_pub_upgrade.conclusion == 'success'"
513513
working-directory: ngrouter
514514
needs:
@@ -517,7 +517,7 @@ jobs:
517517
- job_003
518518
- job_004
519519
job_012:
520-
name: "build; Dart stable; PKG: ngtest; `dart run build_runner build --fail-on-severe`"
520+
name: "build; Dart stable; PKG: ngtest; `dart run build_runner build --delete-conflicting-outputs --fail-on-severe`"
521521
runs-on: ubuntu-latest
522522
steps:
523523
- name: Cache Pub hosted dependencies
@@ -542,8 +542,8 @@ jobs:
542542
run: dart pub upgrade
543543
if: "always() && steps.checkout.conclusion == 'success'"
544544
working-directory: ngtest
545-
- name: "ngtest; dart run build_runner build --fail-on-severe"
546-
run: dart run build_runner build --fail-on-severe
545+
- name: "ngtest; dart run build_runner build --delete-conflicting-outputs --fail-on-severe"
546+
run: dart run build_runner build --delete-conflicting-outputs --fail-on-severe
547547
if: "always() && steps.ngtest_pub_upgrade.conclusion == 'success'"
548548
working-directory: ngtest
549549
needs:
@@ -552,7 +552,7 @@ jobs:
552552
- job_003
553553
- job_004
554554
job_013:
555-
name: "unit_test; Dart 3.6.0; PKG: _tests; `dart run build_runner test --fail-on-severe -- -P browser`"
555+
name: "unit_test; Dart 3.6.0; PKG: _tests; `dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P browser`"
556556
runs-on: ubuntu-latest
557557
steps:
558558
- name: Cache Pub hosted dependencies
@@ -577,8 +577,8 @@ jobs:
577577
run: dart pub upgrade
578578
if: "always() && steps.checkout.conclusion == 'success'"
579579
working-directory: _tests
580-
- name: "_tests; dart run build_runner test --fail-on-severe -- -P browser"
581-
run: dart run build_runner test --fail-on-severe -- -P browser
580+
- name: "_tests; dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P browser"
581+
run: dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P browser
582582
if: "always() && steps._tests_pub_upgrade.conclusion == 'success'"
583583
working-directory: _tests
584584
needs:
@@ -724,7 +724,7 @@ jobs:
724724
- job_011
725725
- job_012
726726
job_017:
727-
name: "unit_test; Dart 3.6.0; PKG: ngforms; `dart run build_runner test --fail-on-severe -- -P ci`"
727+
name: "unit_test; Dart 3.6.0; PKG: ngforms; `dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci`"
728728
runs-on: ubuntu-latest
729729
steps:
730730
- name: Cache Pub hosted dependencies
@@ -749,8 +749,8 @@ jobs:
749749
run: dart pub upgrade
750750
if: "always() && steps.checkout.conclusion == 'success'"
751751
working-directory: ngforms
752-
- name: "ngforms; dart run build_runner test --fail-on-severe -- -P ci"
753-
run: dart run build_runner test --fail-on-severe -- -P ci
752+
- name: "ngforms; dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci"
753+
run: dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci
754754
if: "always() && steps.ngforms_pub_upgrade.conclusion == 'success'"
755755
working-directory: ngforms
756756
needs:
@@ -767,7 +767,7 @@ jobs:
767767
- job_011
768768
- job_012
769769
job_018:
770-
name: "unit_test; Dart 3.6.0; PKG: ngrouter; `dart run build_runner test --fail-on-severe -- -P ci`"
770+
name: "unit_test; Dart 3.6.0; PKG: ngrouter; `dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci`"
771771
runs-on: ubuntu-latest
772772
steps:
773773
- name: Cache Pub hosted dependencies
@@ -792,8 +792,8 @@ jobs:
792792
run: dart pub upgrade
793793
if: "always() && steps.checkout.conclusion == 'success'"
794794
working-directory: ngrouter
795-
- name: "ngrouter; dart run build_runner test --fail-on-severe -- -P ci"
796-
run: dart run build_runner test --fail-on-severe -- -P ci
795+
- name: "ngrouter; dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci"
796+
run: dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci
797797
if: "always() && steps.ngrouter_pub_upgrade.conclusion == 'success'"
798798
working-directory: ngrouter
799799
needs:
@@ -810,7 +810,7 @@ jobs:
810810
- job_011
811811
- job_012
812812
job_019:
813-
name: "unit_test; Dart 3.6.0; PKG: ngtest; `dart run build_runner test --fail-on-severe -- -P ci`"
813+
name: "unit_test; Dart 3.6.0; PKG: ngtest; `dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci`"
814814
runs-on: ubuntu-latest
815815
steps:
816816
- name: Cache Pub hosted dependencies
@@ -835,8 +835,8 @@ jobs:
835835
run: dart pub upgrade
836836
if: "always() && steps.checkout.conclusion == 'success'"
837837
working-directory: ngtest
838-
- name: "ngtest; dart run build_runner test --fail-on-severe -- -P ci"
839-
run: dart run build_runner test --fail-on-severe -- -P ci
838+
- name: "ngtest; dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci"
839+
run: dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci
840840
if: "always() && steps.ngtest_pub_upgrade.conclusion == 'success'"
841841
working-directory: ngtest
842842
needs:
@@ -853,7 +853,7 @@ jobs:
853853
- job_011
854854
- job_012
855855
job_020:
856-
name: "unit_test; Dart stable; PKG: _tests; `dart run build_runner test --fail-on-severe -- -P browser`"
856+
name: "unit_test; Dart stable; PKG: _tests; `dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P browser`"
857857
runs-on: ubuntu-latest
858858
steps:
859859
- name: Cache Pub hosted dependencies
@@ -878,8 +878,8 @@ jobs:
878878
run: dart pub upgrade
879879
if: "always() && steps.checkout.conclusion == 'success'"
880880
working-directory: _tests
881-
- name: "_tests; dart run build_runner test --fail-on-severe -- -P browser"
882-
run: dart run build_runner test --fail-on-severe -- -P browser
881+
- name: "_tests; dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P browser"
882+
run: dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P browser
883883
if: "always() && steps._tests_pub_upgrade.conclusion == 'success'"
884884
working-directory: _tests
885885
needs:
@@ -1025,7 +1025,7 @@ jobs:
10251025
- job_011
10261026
- job_012
10271027
job_024:
1028-
name: "unit_test; Dart stable; PKG: ngforms; `dart run build_runner test --fail-on-severe -- -P ci`"
1028+
name: "unit_test; Dart stable; PKG: ngforms; `dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci`"
10291029
runs-on: ubuntu-latest
10301030
steps:
10311031
- name: Cache Pub hosted dependencies
@@ -1050,8 +1050,8 @@ jobs:
10501050
run: dart pub upgrade
10511051
if: "always() && steps.checkout.conclusion == 'success'"
10521052
working-directory: ngforms
1053-
- name: "ngforms; dart run build_runner test --fail-on-severe -- -P ci"
1054-
run: dart run build_runner test --fail-on-severe -- -P ci
1053+
- name: "ngforms; dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci"
1054+
run: dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci
10551055
if: "always() && steps.ngforms_pub_upgrade.conclusion == 'success'"
10561056
working-directory: ngforms
10571057
needs:
@@ -1068,7 +1068,7 @@ jobs:
10681068
- job_011
10691069
- job_012
10701070
job_025:
1071-
name: "unit_test; Dart stable; PKG: ngrouter; `dart run build_runner test --fail-on-severe -- -P ci`"
1071+
name: "unit_test; Dart stable; PKG: ngrouter; `dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci`"
10721072
runs-on: ubuntu-latest
10731073
steps:
10741074
- name: Cache Pub hosted dependencies
@@ -1093,8 +1093,8 @@ jobs:
10931093
run: dart pub upgrade
10941094
if: "always() && steps.checkout.conclusion == 'success'"
10951095
working-directory: ngrouter
1096-
- name: "ngrouter; dart run build_runner test --fail-on-severe -- -P ci"
1097-
run: dart run build_runner test --fail-on-severe -- -P ci
1096+
- name: "ngrouter; dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci"
1097+
run: dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci
10981098
if: "always() && steps.ngrouter_pub_upgrade.conclusion == 'success'"
10991099
working-directory: ngrouter
11001100
needs:
@@ -1111,7 +1111,7 @@ jobs:
11111111
- job_011
11121112
- job_012
11131113
job_026:
1114-
name: "unit_test; Dart stable; PKG: ngtest; `dart run build_runner test --fail-on-severe -- -P ci`"
1114+
name: "unit_test; Dart stable; PKG: ngtest; `dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci`"
11151115
runs-on: ubuntu-latest
11161116
steps:
11171117
- name: Cache Pub hosted dependencies
@@ -1136,8 +1136,8 @@ jobs:
11361136
run: dart pub upgrade
11371137
if: "always() && steps.checkout.conclusion == 'success'"
11381138
working-directory: ngtest
1139-
- name: "ngtest; dart run build_runner test --fail-on-severe -- -P ci"
1140-
run: dart run build_runner test --fail-on-severe -- -P ci
1139+
- name: "ngtest; dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci"
1140+
run: dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci
11411141
if: "always() && steps.ngtest_pub_upgrade.conclusion == 'success'"
11421142
working-directory: ngtest
11431143
needs:

_tests/mono_pkg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sdk:
55

66
stages:
77
- build:
8-
- command: dart run build_runner build --fail-on-severe
8+
- command: dart run build_runner build --delete-conflicting-outputs --fail-on-severe
99
- unit_test:
1010
- command: dart test -P vm
11-
- command: dart run build_runner test --fail-on-severe -- -P browser
11+
- command: dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P browser

examples/hello_world/_mono_pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ stages:
77
- format
88
- analyze
99
- build:
10-
- command: dart run build_runner build --fail-on-severe
10+
- command: dart run build_runner build --delete-conflicting-outputs --fail-on-severe

ngforms/mono_pkg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ stages:
1010
- pubspec
1111
- analyze: --fatal-infos .
1212
- build:
13-
- command: dart run build_runner build --fail-on-severe
13+
- command: dart run build_runner build --delete-conflicting-outputs --fail-on-severe
1414
- unit_test:
15-
- command: dart run build_runner test --fail-on-severe -- -P ci
15+
- command: dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci

ngrouter/mono_pkg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ stages:
1010
- pubspec
1111
- analyze: --fatal-infos .
1212
- build:
13-
- command: dart run build_runner build --fail-on-severe
13+
- command: dart run build_runner build --delete-conflicting-outputs --fail-on-severe
1414
- unit_test:
15-
- command: dart run build_runner test --fail-on-severe -- -P ci
15+
- command: dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci

ngtest/mono_pkg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ stages:
1010
- pubspec
1111
- analyze: --fatal-infos .
1212
- build:
13-
- command: dart run build_runner build --fail-on-severe
13+
- command: dart run build_runner build --delete-conflicting-outputs --fail-on-severe
1414
- unit_test:
15-
- command: dart run build_runner test --fail-on-severe -- -P ci
15+
- command: dart run build_runner test --delete-conflicting-outputs --fail-on-severe -- -P ci
1616

1717
cache:
1818
directories:

0 commit comments

Comments
 (0)