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 e33ed45 commit 3510bfeCopy full SHA for 3510bfe
.github/workflows/test-linux.yml
@@ -45,6 +45,6 @@ jobs:
45
- name: Environment Information
46
run: npx envinfo
47
- name: Build
48
- run: cd 'dir%20with unusual chars åß∂ƒ©∆¬…' && make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
+ run: make -C 'dir%20with unusual chars åß∂ƒ©∆¬…' build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
49
- name: Test
50
- run: cd 'dir%20with unusual chars åß∂ƒ©∆¬…' && make run-ci -j2 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
+ run: make -C 'dir%20with unusual chars åß∂ƒ©∆¬…' run-ci -j2 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
0 commit comments