File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4117,7 +4117,7 @@ functions:
41174117 (cd scripts/docker && docker build --build-arg NODE_JS_VERSION="$NODE_VERSION" -t ubuntu24.04-xvfb -f ubuntu24.04-xvfb.Dockerfile .)
41184118 docker run \
41194119 --rm -v $PWD:/tmp/build ubuntu24.04-xvfb \
4120- -c 'cd /tmp/build && ./testing /test-vscode.sh'
4120+ -c 'cd /tmp/build && ./scripts /test-vscode.sh'
41214121 }
41224122 test_connectivity :
41234123 - command : expansions.write
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ functions:
336336 (cd scripts/docker && docker build --build-arg NODE_JS_VERSION="$NODE_VERSION" -t ubuntu24.04-xvfb -f ubuntu24.04-xvfb.Dockerfile .)
337337 docker run \
338338 --rm -v $PWD:/tmp/build ubuntu24.04-xvfb \
339- -c 'cd /tmp/build && ./testing /test-vscode.sh'
339+ -c 'cd /tmp/build && ./scripts /test-vscode.sh'
340340 }
341341 test_connectivity:
342342 - command: expansions.write
File renamed without changes.
You can’t perform that action at this time.
0 commit comments