Skip to content

Commit cf233d9

Browse files
committed
unusual chars in macOS
1 parent b83f066 commit cf233d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-macos.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,8 @@ jobs:
8383
run: make build-ci -j$(getconf _NPROCESSORS_ONLN) V=1 CONFIG_FLAGS="--error-on-warn"
8484
- name: Test
8585
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

Comments
 (0)