Archived
1
0

fixup!: always build test plugin

This commit is contained in:
Joe Previte 2022-09-20 14:27:34 -07:00
parent 72d69b6cfd
commit 88119c2893
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

@ -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'"