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 e07128a commit 0de11edCopy full SHA for 0de11ed
.github/workflows/test-macos.yml
@@ -87,6 +87,8 @@ jobs:
87
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%20with unusual"chars '"'"'åß∂ƒ©∆¬…`'
91
- cd 'dir%20with unusual"chars '"'"'åß∂ƒ©∆¬…`'
+ mv node "$DIR"
+ 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