Skip to content

Commit 92b70d2

Browse files
author
DavertMik
committed
updated docker compose
1 parent 5763409 commit 92b70d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ EOF
4747
fi
4848

4949
# Find codecept config in current directory
50-
config_file=$(find . -maxdepth 2 -name "codecept.conf.*" -type f | head -1)
50+
config_file=$(find . -maxdepth 2 -name "codecept*.js" -o -name "codecept*.ts" -o -name "codecept*.mjs" -type f | head -1)
5151

5252
if [ -n "$config_file" ]; then
5353
config_dir=$(dirname "$config_file")

0 commit comments

Comments
 (0)