Skip to content

Commit 88119c2

Browse files
committed
fixup!: always build test plugin
1 parent 72d69b6 commit 88119c2

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

ci/dev/test-integration.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ main() {
2424
path="$CODE_SERVER_PATH"
2525
fi
2626

27-
if [[ ! -f "test/integration/test-plugin/out/index.js" ]]; then
28-
echo "Building test plugin"
29-
pushd test/integration/test-plugin
30-
make -s out/index.js
31-
popd
32-
fi
27+
echo "Building test plugin"
28+
pushd test/integration/test-plugin
29+
make -s out/index.js
30+
popd
3331

3432
echo "Running tests with code-server binary: '$path'"
3533

0 commit comments

Comments
 (0)