We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf233d9 commit a2d720eCopy full SHA for a2d720e
.github/workflows/test-macos.yml
@@ -85,6 +85,8 @@ jobs:
85
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"
86
- name: Re-run test in a folder whose name contains unusual chars
87
run: |
88
- mv node 'dir%20with unusual"chars '"'"'åß∂ƒ©∆¬…`'
89
- cd 'dir%20with unusual"chars '"'"'åß∂ƒ©∆¬…`'
+ mv node "$DIR"
+ cd "$DIR"
90
./tools/test.py --flaky-tests keep_retrying -p actions -j 4
91
+ env:
92
+ DIR: "dir%20with unusual\"chars 'åß∂ƒ©∆¬…`"
0 commit comments