From f95e1394883eb0e1c763b97e403df7c25a08501e Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sun, 8 Jun 2025 01:44:34 +0200 Subject: oops, ci broken --- ci/run_tests.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ci') 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 -- cgit v1.2.3