Skip to content

Commit 0de11ed

Browse files
committed
fixup! unusual chars in macOS
1 parent e07128a commit 0de11ed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test-macos.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
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"
8888
- name: Re-run test in a folder whose name contains unusual chars
8989
run: |
90-
mv node 'dir%20with unusual"chars '"'"'åß∂ƒ©∆¬…`'
91-
cd 'dir%20with unusual"chars '"'"'åß∂ƒ©∆¬…`'
90+
mv node "$DIR"
91+
cd "$DIR"
9292
./tools/test.py --flaky-tests keep_retrying -p actions -j 4
93+
env:
94+
DIR: "dir%20with unusual\"chars 'åß∂ƒ©∆¬…`"

0 commit comments

Comments
 (0)