Skip to content

Commit

Permalink
Migrate integration testing postgres Dockefile from TestUtils to gith…
Browse files Browse the repository at this point in the history
…ub services
  • Loading branch information
jvoravong committed Mar 20, 2024
1 parent cf7d85c commit 0097b52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration-test.yml
Expand Up @@ -211,6 +211,11 @@ jobs:
image: quay.io/splunko11ytest/kong:latest
ports:
- "18001:8001"
postgres:
image: jvsplk/postgres:latest
# image: quay.io/splunko11ytest/postgres:latest
ports:
- "15432:5432"
strategy:
matrix:
ARCH: [ "amd64", "arm64" ]
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0097b52

Please sign in to comment.