Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eithed committed Aug 15, 2024
1 parent 3d145f6 commit 3a6f28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
- name: Execute tests
run: vendor/bin/phpunit
env:
DATABASE_URL: "postgres://postgres:postgres@localhost:5432/postgres"
DATABASE_URL: "postgres://postgres:postgres@postgres:${{ job.services.postgres.ports[5432] }}/postgres"

0 comments on commit 3a6f28f

Please sign in to comment.