Skip to content

Commit 3510bfe

Browse files
committed
fixup! test: use unusual chars in the path to ensure our tests are robust
1 parent e33ed45 commit 3510bfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
- name: Environment Information
4646
run: npx envinfo
4747
- name: Build
48-
run: cd 'dir%20with unusual chars åß∂ƒ©∆¬…' && make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
48+
run: make -C 'dir%20with unusual chars åß∂ƒ©∆¬…' build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
4949
- name: Test
50-
run: cd 'dir%20with unusual chars åß∂ƒ©∆¬…' && make run-ci -j2 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
50+
run: make -C 'dir%20with unusual chars åß∂ƒ©∆¬…' run-ci -j2 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"

0 commit comments

Comments
 (0)