Skip to content

Commit

Permalink
try localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Oct 10, 2024
1 parent 8c42b5f commit 18e3389
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

env:
CARGO_TERM_COLOR: always
DATABASE_URL: postgres://postgres:postgres@postgres:5432/underway

jobs:
check:
Expand Down Expand Up @@ -71,6 +70,8 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/underway
steps:
- uses: actions/checkout@v4
- run: |
Expand Down

0 comments on commit 18e3389

Please sign in to comment.