Skip to content

Commit a2d720e

Browse files
committed
fixup! unusual chars in macOS
1 parent cf233d9 commit a2d720e

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
@@ -85,6 +85,8 @@ jobs:
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"
8686
- name: Re-run test in a folder whose name contains unusual chars
8787
run: |
88-
mv node 'dir%20with unusual"chars '"'"'åß∂ƒ©∆¬…`'
89-
cd 'dir%20with unusual"chars '"'"'åß∂ƒ©∆¬…`'
88+
mv node "$DIR"
89+
cd "$DIR"
9090
./tools/test.py --flaky-tests keep_retrying -p actions -j 4
91+
env:
92+
DIR: "dir%20with unusual\"chars 'åß∂ƒ©∆¬…`"

0 commit comments

Comments
 (0)