Skip to content

Commit c848536

Browse files
committed
unusual chars in macOS
1 parent bf9990f commit c848536

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
@@ -68,7 +68,7 @@ jobs:
6868
# happen anymore running this step here first, that's also useful
6969
# information.)
7070
- name: tools/doc/node_modules workaround
71-
run: make tools/doc/node_modules
71+
run: make -C node tools/doc/node_modules
7272
# This is needed due to https://github.com/nodejs/build/issues/3878
7373
- name: Cleanup
7474
run: |
@@ -89,3 +89,10 @@ jobs:
8989
run: df -h
9090
- name: Test
9191
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"
92+
- name: Re-run test in a folder whose name contains unusual chars
93+
run: |
94+
mv node "$DIR"
95+
cd "$DIR"
96+
./tools/test.py --flaky-tests keep_retrying -p actions -j 4
97+
env:
98+
DIR: "dir%20with unusual\"chars 'åß∂ƒ©∆¬…`"

0 commit comments

Comments
 (0)