diff --git a/.github/workflows/ci-test-limited.yml b/.github/workflows/ci-test-limited.yml index b9cdeaf90f13..8d1973e0d412 100644 --- a/.github/workflows/ci-test-limited.yml +++ b/.github/workflows/ci-test-limited.yml @@ -48,7 +48,13 @@ jobs: ports: # Opens tcp port 6379 on the host and service container - 6379:6379 + postgres: + if: github.base_ref == 'pg' || github.ref_name == 'pg' + image: postgres:14 + ports: + - 5432:5432 mongo: + if: github.base_ref == 'release' || github.ref_name == 'release' image: mongo ports: - 27017:27017