Skip to content

Commit

Permalink
localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
diofeher committed Nov 5, 2024
1 parent 1c9fe34 commit 21fdd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Run tests
working-directory: backend
env:
DATABASE_URL: postgresql://postgres:postgres@postgres:5432/postgres
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres
run: rye run pytest
frontend-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 21fdd10

Please sign in to comment.