diff --git a/entrypoint.sh b/entrypoint.sh index cb42fb4..464d2b9 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -17,4 +17,4 @@ fi echo "## Running Jest" args=$@ -sh -c "$setup npm --prefix functions run test $args" \ No newline at end of file +sh -c "$setup npm --prefix functions run test:ci $args" \ No newline at end of file