Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: setup postgres
  • Loading branch information
psteinroe committed Sep 20, 2025
commit cf0ecde63897f9ca4df54abda3932a6708956828
11 changes: 2 additions & 9 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,6 @@ jobs:
- os: windows-2022
- os: ubuntu-22.04
- os: macos-14
services:
postgres:
image: postgres:latest
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
ports:
- 5432:5432
steps:
- name: Checkout PR branch
uses: actions/checkout@v4
Expand All @@ -202,6 +193,8 @@ jobs:
uses: moonrepo/setup-rust@v1
with:
cache-base: main
- name: Setup Postgres
uses: ./.github/actions/setup-postgres
- name: Build main binary
run: cargo build -p pgt_cli --release
- name: Setup Bun
Expand Down
Loading