Skip to content

Commit

Permalink
ci: implementing new workflow using kash repository
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Mar 13, 2024
1 parent aaecc0c commit 62a1c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ROOT_DIR=$(dirname "$THIS_DIR")
NODE_VER=16
CI_STEP_NAME="Run tests"
CODE_COVERAGE=false
while getopts "n:c:r:" option; do
while getopts "n:cr:" option; do
case $option in
n) # defines node version
NODE_VER=$OPTARG
Expand Down

0 comments on commit 62a1c61

Please sign in to comment.