Change the command used for running tests

This commit is contained in:
Jyri-Petteri Paloposki 2025-06-29 13:26:58 +03:00
parent 4f94e2dfc2
commit 2094826d2f

View file

@ -34,5 +34,5 @@ else
$docker_compose run web bin/rake db:migrate $docker_compose run web bin/rake db:migrate
$docker_compose run web bin/rake db:seed $docker_compose run web bin/rake db:seed
fi fi
$docker_compose run web bin/rake test echo "==> Running the tests…"
$docker_compose run web bin/rails test