Skip to content

Commit ac8a3b7

Browse files
committed
unusual chars in macOS
1 parent 88083d4 commit ac8a3b7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test-macos.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# happen anymore running this step here first, that's also useful
6565
# information.)
6666
- name: tools/doc/node_modules workaround
67-
run: make tools/doc/node_modules
67+
run: make -C node tools/doc/node_modules
6868
# This is needed due to https://github.com/nodejs/build/issues/3878
6969
- name: Cleanup
7070
run: |
@@ -85,3 +85,10 @@ 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"
91+
cd "$DIR"
92+
./tools/test.py --flaky-tests keep_retrying -p actions -j 4
93+
env:
94+
DIR: "dir%20with unusual\"chars 'åß∂ƒ©∆¬…`"

0 commit comments

Comments
 (0)