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 b83f066 commit cf233d9Copy full SHA for cf233d9
.github/workflows/test-macos.yml
@@ -83,3 +83,8 @@ jobs:
83
run: make build-ci -j$(getconf _NPROCESSORS_ONLN) V=1 CONFIG_FLAGS="--error-on-warn"
84
- name: Test
85
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"
86
+ - name: Re-run test in a folder whose name contains unusual chars
87
+ run: |
88
+ mv node 'dir%20with unusual"chars '"'"'åß∂ƒ©∆¬…`'
89
+ cd 'dir%20with unusual"chars '"'"'åß∂ƒ©∆¬…`'
90
+ ./tools/test.py --flaky-tests keep_retrying -p actions -j 4
0 commit comments