mirror of
https://github.com/cdr/code-server.git
synced 2026-05-08 12:30:40 +02:00
fixup!: always build test plugin
This commit is contained in:
parent
72d69b6cfd
commit
88119c2893
1 changed files with 4 additions and 6 deletions
|
|
@ -24,12 +24,10 @@ main() {
|
||||||
path="$CODE_SERVER_PATH"
|
path="$CODE_SERVER_PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -f "test/integration/test-plugin/out/index.js" ]]; then
|
echo "Building test plugin"
|
||||||
echo "Building test plugin"
|
pushd test/integration/test-plugin
|
||||||
pushd test/integration/test-plugin
|
make -s out/index.js
|
||||||
make -s out/index.js
|
popd
|
||||||
popd
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Running tests with code-server binary: '$path'"
|
echo "Running tests with code-server binary: '$path'"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue