Skip to content

Commit

Permalink
wip: Refactor CI to use GitHub actions and generic bash scripts (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Apr 23, 2024
1 parent 6344871 commit dc48fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKSPACE_DIR="$(dirname "$ROOT_DIR")"
##

NODE_VER=16
MONGO_VER=4
MONGO_VER=""
CI_STEP_NAME="Run tests"
CODE_COVERAGE=false
while getopts "m:n:cr:" option; do
Expand Down Expand Up @@ -42,4 +42,4 @@ done
## Run tests
##

run_lib_tests "$ROOT_DIR" "$CODE_COVERAGE" "$NODE_VER"
run_lib_tests "$ROOT_DIR" "$CODE_COVERAGE" "$NODE_VER" "$MONGO_VER"

0 comments on commit dc48fd5

Please sign in to comment.