Skip to content

Commit

Permalink
Fix Postgres service
Browse files Browse the repository at this point in the history
  • Loading branch information
Astralchroma authored May 18, 2024
1 parent dafa340 commit e096315
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ jobs:
name: Cargo
runs-on: ubuntu-latest
services:
image: postgres
env:
POSTGRES_HOST_AUTH_METHOD: trust
ports:
- "[::1]:5432:5432"
postgres:
image: postgres
env:
POSTGRES_HOST_AUTH_METHOD: trust
ports:
- "[::1]:5432:5432"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e096315

Please sign in to comment.