We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7532200 commit 81b1c9dCopy full SHA for 81b1c9d
1 file changed
docker/entrypoint.sh
@@ -24,7 +24,7 @@ case "$1" in
24
;;
25
tests)
26
waitforit -address=tcp://db:5432
27
- pytest tests/ --create-db --cov-report term --maxfail 5 --with-selenium
+ pytest tests/ --create-db --cov-report term --maxfail 5
28
29
prd)
30
production
0 commit comments