Skip to content

Commit

Permalink
👍 unified to tabs to align with other areas (#3702)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsurou-Yajima committed Jun 22, 2023
1 parent 2ba233c commit 492c8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [[ -d "/tests/" ]]; then
if [ ! "$NO_OF_WORKERS" ]; then
codeceptjs run $CODECEPT_ARGS
else
codeceptjs run-workers $NO_OF_WORKERS $CODECEPT_ARGS
codeceptjs run-workers $NO_OF_WORKERS $CODECEPT_ARGS
fi
fi
else
Expand Down

0 comments on commit 492c8fc

Please sign in to comment.