Skip to content

Commit e07128a

Browse files
committed
unusual chars in macOS
1 parent 41692d4 commit e07128a

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
@@ -85,3 +85,8 @@ jobs:
8585
run: df -h
8686
- name: Test
8787
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

Comments
 (0)