Skip to content

Commit 196dbbe

Browse files
committed
revert: ⏪ Revert --test-reporter-destination changes
1 parent 2e59407 commit 196dbbe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/network.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ jobs:
459459
node --import tsx \
460460
--test \
461461
--test-reporter=@reporters/github \
462+
--test-reporter-destination=stdout \
462463
--test-reporter=spec \
463464
--test-reporter-destination=stdout \
464465
--test-concurrency=1 \
@@ -514,6 +515,7 @@ jobs:
514515
node --import tsx \
515516
--test \
516517
--test-reporter=@reporters/github \
518+
--test-reporter-destination=stdout \
517519
--test-reporter=spec \
518520
--test-reporter-destination=stdout \
519521
--test-concurrency=1 \
@@ -601,6 +603,7 @@ jobs:
601603
node --import tsx \
602604
--test \
603605
--test-reporter=@reporters/github \
606+
--test-reporter-destination=stdout \
604607
--test-reporter=spec \
605608
--test-reporter-destination=stdout \
606609
--test-concurrency=1 \
@@ -714,6 +717,7 @@ jobs:
714717
node --import tsx \
715718
--test \
716719
--test-reporter=@reporters/github \
720+
--test-reporter-destination=stdout \
717721
--test-reporter=spec \
718722
--test-reporter-destination=stdout \
719723
--test-concurrency=1 \
@@ -809,6 +813,7 @@ jobs:
809813
node --import tsx \
810814
--test \
811815
--test-reporter=@reporters/github \
816+
--test-reporter-destination=stdout \
812817
--test-reporter=spec \
813818
--test-reporter-destination=stdout \
814819
--test-concurrency=1 \
@@ -899,6 +904,7 @@ jobs:
899904
node --import tsx \
900905
--test \
901906
--test-reporter=@reporters/github \
907+
--test-reporter-destination=stdout \
902908
--test-reporter=spec \
903909
--test-reporter-destination=stdout \
904910
--test-concurrency=1 \

0 commit comments

Comments
 (0)