Skip to content

Commit 6b0319b

Browse files
committed
fix: sed
1 parent 503b906 commit 6b0319b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
name: Run Windows tests in parallel
200200
command: |
201201
echo "PWD: $PWD"
202-
echo "PWD_WSL: $(echo $PWD | sed 's|/c/|C:\\|g; s|/|\\|g')"
202+
echo "PWD_WSL: $(echo $PWD | sed 's|/c/|C:\\\\|g; s|/|\\\\|g')"
203203
GLOB=$(circleci tests glob "test/windows/**/*.spec.ts")
204204
echo "GLOB: $GLOB"
205205
GLOB_SED=$(echo $GLOB | sed s#$(pwd)\\\\##g | sed 's#\\\\#/#g')

0 commit comments

Comments
 (0)