File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 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 : |
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 'åß∂ƒ©∆¬…`"
You can’t perform that action at this time.
0 commit comments