Skip to content

Commit 3921e61

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
python-version: ${{ env.PYTHON_VERSION }}
4545
- name: Environment Information
4646
run: npx envinfo
47+
- run: ln -s 'dir%20with unusual chars åß∂ƒ©∆¬…' node
4748
- name: Build
48-
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"
4950
- name: Test
5051
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)