Skip to content

Commit 64d234e

Browse files
committed
wip
1 parent bc02005 commit 64d234e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

ci/dev/test-integration.sh

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

27-
# TODO@jsjoeio - skip if already built
28-
# TODO@jsjoeio - move to integration test suite too
29-
echo "Building test plugin"
30-
pushd test/integration/test-plugin
31-
make -s out/index.js
32-
popd
27+
# WIP jsjoeio
28+
if [[ ! -f "test/integration/test-plugin/out/index.js" ]]; then
29+
echo "Building test plugin"
30+
pushd test/integration/test-plugin
31+
make -s out/index.js
32+
popd
33+
fi
3334

3435
echo "Running tests with code-server binary: '$path'"
3536

0 commit comments

Comments
 (0)