Skip to content

Commit eea4f04

Browse files
committed
update special working directory
1 parent 79cfb55 commit eea4f04

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: './🐍 🐛'
13-
special-working-directory-relative: '🐍 🐛'
12+
special-working-directory: './Test Path (with spaces)'
13+
special-working-directory-relative: 'Test Path (with spaces)'
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: './🐍 🐛'
18-
special-working-directory-relative: '🐍 🐛'
17+
special-working-directory: './Test Path (with spaces)'
18+
special-working-directory-relative: 'Test Path (with spaces)'
1919

2020
jobs:
2121
build-vsix:

0 commit comments

Comments
 (0)