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 3510bfe commit 3921e61Copy full SHA for 3921e61
.github/workflows/test-linux.yml
@@ -44,7 +44,8 @@ jobs:
44
python-version: ${{ env.PYTHON_VERSION }}
45
- name: Environment Information
46
run: npx envinfo
47
+ - run: ln -s 'dir%20with unusual chars åß∂ƒ©∆¬…' node
48
- name: Build
- run: make -C 'dir%20with unusual chars åß∂ƒ©∆¬…' build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
49
+ run: make -C node build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
50
- name: Test
51
run: make -C 'dir%20with unusual chars åß∂ƒ©∆¬…' run-ci -j2 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
0 commit comments