We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5b75e commit 7d537acCopy full SHA for 7d537ac
1 file changed
.github/workflows/run-all-unit-tests.yaml
@@ -41,7 +41,7 @@ jobs:
41
echo $0
42
echo $ZSH_NAME $ZSH_VERSION
43
export SHELL=/bin/zsh
44
- npm run test -- ./test/shell --no-file-parallelism --silent=passed-only
+ npm run test -- ./test/shell --no-file-parallelism --disable-console-intercept
45
46
- name: Run tests (Linux)
47
if: runner.os == 'Linux'
0 commit comments