We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9fe34 commit 21fdd10Copy full SHA for 21fdd10
.github/workflows/main.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Run tests
58
working-directory: backend
59
env:
60
- DATABASE_URL: postgresql://postgres:postgres@postgres:5432/postgres
+ DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres
61
run: rye run pytest
62
frontend-lint:
63
runs-on: ubuntu-latest
0 commit comments