Skip to content

Commit

Permalink
fixup! ci: Add a3p container service to GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Dec 10, 2024
1 parent ab96b10 commit 88f4e4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ jobs:
test:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:16-alpine
ports:
- 5432:5432
a3p:
image: ghcr.io/agoric/agoric-3-proposals:latest
ports:
- 26657:26657
postgres:
image: postgres:16-alpine
ports:
- 5432:5432
env:
POSTGRES_PASSWORD: postgres
options: >-
Expand Down

0 comments on commit 88f4e4d

Please sign in to comment.