Skip to content

Commit

Permalink
Change runtime to deps in the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jun 18, 2024
1 parent bc12aad commit 25577c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DOCKER_SERVICE=${1:-rootless}
# Build the languages all together
echo "Building runtime mode with all languages."
# export BUILDER_ARGS="runtime py node rb"
export BUILDER_ARGS="runtime node"
export BUILDER_ARGS="deps node"
${DOCKER_CMD} up --exit-code-from ${DOCKER_SERVICE} ${DOCKER_SERVICE}
${DOCKER_CMD} down

Expand Down

0 comments on commit 25577c5

Please sign in to comment.