ci: add PGPASSWORD to create db step
Backend Tests / test (push) Failing after 53s

This commit is contained in:
2026-06-25 00:54:17 +01:00
parent 3aefc7ae43
commit ca86e223c0
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
- name: Create test databases
run: |
psql -h postgres -U myuser -d mydb -c "CREATE DATABASE crussell_test_db;" 2>/dev/null || true
PGPASSWORD=mypassword psql -h postgres -U myuser -d mydb -c "CREATE DATABASE crussell_test_db;" 2>/dev/null || true
- name: Build
working-directory: backend