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 5c968e7 commit c06837dCopy full SHA for c06837d
.github/workflows/test-linux.yml
@@ -50,6 +50,6 @@ jobs:
50
run: make -C node run-ci -j2 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
51
- name: Re-run test in a folder whose name contains unusual chars
52
run: |
53
- mv node 'dir%20with unusual chars åß∂ƒ©∆¬…'
54
- cd 'dir%20with unusual chars åß∂ƒ©∆¬…'
+ mv node 'dir%20with unusual"chars \'åß∂ƒ©∆¬…`'
+ cd 'dir%20with unusual"chars \'åß∂ƒ©∆¬…`'
55
./tools/test.py --flaky-tests keep_retrying -p actions -j 2
0 commit comments