diff options
-rwxr-xr-x | ci/run_tests.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh index f2e289a..1ba2836 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -33,7 +33,7 @@ case "$DB" in "postgres") setup_postgres - sed -i 's/^sqlalchemy.url = .*$/sqlalchemy.url = "postgresql://postgres:postgres@localhost/postgres"/' testing.ini + sed -i 's|^sqlalchemy.url = .*$|sqlalchemy.url = postgresql://postgres:postgres@localhost/postgres"|' testing.ini ;; *) @@ -42,8 +42,6 @@ case "$DB" in ;; esac -exit - setup_playwright setup_redis tox -e python -- --browser firefox |