Skip to content

Commit f0e340e

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

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
@@ -37,15 +37,15 @@ jobs:
3737
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3838
with:
3939
persist-credentials: false
40-
path: "dir%20with unusual chars åß∂ƒ©∆¬…"
40+
path: node
4141
- name: Set up Python ${{ env.PYTHON_VERSION }}
4242
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
4343
with:
4444
python-version: ${{ env.PYTHON_VERSION }}
4545
- name: Environment Information
4646
run: npx envinfo
47-
- run: ln -s 'dir%20with unusual chars åß∂ƒ©∆¬…' node
4847
- name: Build
4948
run: make -C node build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
49+
- run: mv node 'dir%20with unusual chars åß∂ƒ©∆¬…'
5050
- name: Test
5151
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)