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 cf6e41f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-test.yml
Expand Up @@ -211,6 +211,10 @@ jobs:
image: quay.io/splunko11ytest/kong:latest
ports:
- "18001:8001"
postgres:
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 cf6e41f

Please sign in to comment.