We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f7d09 commit 0ce6e5cCopy full SHA for 0ce6e5c
.github/workflows/test-macos.yml
@@ -89,4 +89,11 @@ jobs:
89
- name: Free Space After Build
90
run: df -h
91
- name: Test
92
- run: make run-ci -j$(getconf _NPROCESSORS_ONLN) V=1 TEST_CI_ARGS="-p actions --node-args='--test-reporter=./test/common/test-error-reporter.js' --node-args='--test-reporter-destination=stdout' --measure-flakiness 9"
+ run: make -C node 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"
93
+ - name: Re-run test in a folder whose name contains unusual chars
94
+ run: |
95
+ mv node "$DIR"
96
+ cd "$DIR"
97
+ ./tools/test.py --flaky-tests keep_retrying -p actions -j 4
98
+ env:
99
+ DIR: dir%20with $unusual"chars?'åß∂ƒ©∆¬…`
0 commit comments