| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -94,4 +94,4 @@ jobs: | |||
| 94 | 94 | - name: Test | |
| 95 | 95 | run: | | |
| 96 | 96 | cd $TAR_DIR | |
| 97 | - make run-ci -j2 V=1 TEST_CI_ARGS="-p dots --measure-flakiness 9" | ||
| 97 | + make run-ci -j2 V=1 TEST_CI_ARGS="-p dots --node-args='--test-reporter=spec' --measure-flakiness 9" | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -53,7 +53,7 @@ jobs: | |||
| 53 | 53 | # TODO(bcoe): fix the couple tests that fail with the inspector enabled. | |
| 54 | 54 | # The cause is most likely coverage's use of the inspector. | |
| 55 | 55 | - name: Test | |
| 56 | - run: NODE_V8_COVERAGE=coverage/tmp make test-cov -j2 V=1 TEST_CI_ARGS="-p dots --measure-flakiness 9" || exit 0 | ||
| 56 | + run: NODE_V8_COVERAGE=coverage/tmp make test-cov -j2 V=1 TEST_CI_ARGS="-p dots --node-args='--test-reporter=spec' --measure-flakiness 9" || exit 0 | ||
| 57 | 57 | - name: Report JS | |
| 58 | 58 | run: npx c8 report --check-coverage | |
| 59 | 59 | env: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -53,7 +53,7 @@ jobs: | |||
| 53 | 53 | # TODO(bcoe): fix the couple tests that fail with the inspector enabled. | |
| 54 | 54 | # The cause is most likely coverage's use of the inspector. | |
| 55 | 55 | - name: Test | |
| 56 | - run: NODE_V8_COVERAGE=coverage/tmp make test-cov -j2 V=1 TEST_CI_ARGS="-p dots --measure-flakiness 9" || exit 0 | ||
| 56 | + run: NODE_V8_COVERAGE=coverage/tmp make test-cov -j2 V=1 TEST_CI_ARGS="-p dots --node-args='--test-reporter=spec' --measure-flakiness 9" || exit 0 | ||
| 57 | 57 | - name: Report JS | |
| 58 | 58 | run: npx c8 report --check-coverage | |
| 59 | 59 | env: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,4 +40,4 @@ jobs: | |||
| 40 | 40 | name: docs | |
| 41 | 41 | path: out/doc | |
| 42 | 42 | - name: Test | |
| 43 | - run: NODE=$(command -v node) make test-doc-ci TEST_CI_ARGS="-p actions --measure-flakiness 9" | ||
| 43 | + run: NODE=$(command -v node) make test-doc-ci TEST_CI_ARGS="-p actions --node-args='--test-reporter=spec' --node-args='--test-reporter-destination=stdout' --measure-flakiness 9" | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -59,4 +59,4 @@ jobs: | |||
| 59 | 59 | - name: Build | |
| 60 | 60 | run: make build-ci -j2 V=1 | |
| 61 | 61 | - name: Test | |
| 62 | - run: make run-ci -j2 V=1 TEST_CI_ARGS="-p actions -t 300 --measure-flakiness 9" | ||
| 62 | + run: make run-ci -j2 V=1 TEST_CI_ARGS="-p actions --node-args='--test-reporter=spec' --node-args='--test-reporter-destination=stdout' -t 300 --measure-flakiness 9" | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -46,4 +46,4 @@ jobs: | |||
| 46 | 46 | - name: Build | |
| 47 | 47 | run: make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn" | |
| 48 | 48 | - name: Test | |
| 49 | - run: make run-ci -j2 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9" | ||
| 49 | + run: make run-ci -j2 V=1 TEST_CI_ARGS="-p actions --node-args='--test-reporter=spec' --node-args='--test-reporter-destination=stdout' --measure-flakiness 9" | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -60,4 +60,4 @@ jobs: | |||
| 60 | 60 | - name: Build | |
| 61 | 61 | run: make build-ci -j$(getconf _NPROCESSORS_ONLN) V=1 CONFIG_FLAGS="--error-on-warn" | |
| 62 | 62 | - name: Test | |
| 63 | - run: make run-ci -j$(getconf _NPROCESSORS_ONLN) V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9" | ||
| 63 | + run: make run-ci -j$(getconf _NPROCESSORS_ONLN) V=1 TEST_CI_ARGS="-p actions --node-args='--test-reporter=spec' --node-args='--test-reporter-destination=stdout' --measure-flakiness 9" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments