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