Skip to content

Commit 0b8479a

Browse files
committed
update path
1 parent eea4f04 commit 0b8479a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ env:
99
NODE_VERSION: 20.18.1
1010
TEST_RESULTS_DIRECTORY: .
1111
# Force a path with spaces and unicode chars to test extension works in these scenarios
12-
special-working-directory: './Test Path (with spaces)'
13-
special-working-directory-relative: 'Test Path (with spaces)'
12+
special-working-directory: './testpath'
13+
special-working-directory-relative: 'testpath'
1414

1515
jobs:
1616
build-vsix:

.github/workflows/push-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ env:
1414
NODE_VERSION: 20.18.1
1515
TEST_RESULTS_DIRECTORY: .
1616
# Force a path with spaces and unicode chars to test extension works in these scenarios
17-
special-working-directory: './Test Path (with spaces)'
18-
special-working-directory-relative: 'Test Path (with spaces)'
17+
special-working-directory: './testpath'
18+
special-working-directory-relative: 'testpath'
1919

2020
jobs:
2121
build-vsix:

0 commit comments

Comments
 (0)