mirror of
https://github.com/coder/code-server.git
synced 2026-04-13 11:38:50 -05:00
fixup!: always build test plugin
This commit is contained in:
@@ -24,12 +24,10 @@ main() {
|
||||
path="$CODE_SERVER_PATH"
|
||||
fi
|
||||
|
||||
if [[ ! -f "test/integration/test-plugin/out/index.js" ]]; then
|
||||
echo "Building test plugin"
|
||||
pushd test/integration/test-plugin
|
||||
make -s out/index.js
|
||||
popd
|
||||
fi
|
||||
echo "Building test plugin"
|
||||
pushd test/integration/test-plugin
|
||||
make -s out/index.js
|
||||
popd
|
||||
|
||||
echo "Running tests with code-server binary: '$path'"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user