Skip to content

Commit

Permalink
what happens if i trigger tests with only runtime build
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpect committed Aug 26, 2024
1 parent ec7aa45 commit f2b8263
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ test() {
# done

# Build the dev image with NodeJS language
echo "Building dev mode with NodeJS language."
export BUILDER_ARGS="dev node"
export IMPORT_REGISTRY="registry:5000/metacall/builder_cache"
export EXPORT_REGISTRY="registry:5000/metacall/builder_cache"
test node/test.js "0123456789"
# echo "Building dev mode with NodeJS language."
# export BUILDER_ARGS="dev node"
# export IMPORT_REGISTRY="registry:5000/metacall/builder_cache"
# export EXPORT_REGISTRY="registry:5000/metacall/builder_cache"
# test node/test.js "0123456789"

# Build the cli image with languages all together
echo "Building cli mode with all languages."
Expand Down

0 comments on commit f2b8263

Please sign in to comment.