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 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 : |
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 'åß∂ƒ©∆¬…`"
You can’t perform that action at this time.
0 commit comments