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 41692d4 commit e07128aCopy full SHA for e07128a
.github/workflows/test-macos.yml
@@ -85,3 +85,8 @@ jobs:
85
run: df -h
86
- name: Test
87
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"
88
+ - name: Re-run test in a folder whose name contains unusual chars
89
+ run: |
90
+ mv node 'dir%20with unusual"chars '"'"'åß∂ƒ©∆¬…`'
91
+ cd 'dir%20with unusual"chars '"'"'åß∂ƒ©∆¬…`'
92
+ ./tools/test.py --flaky-tests keep_retrying -p actions -j 4
0 commit comments