diff --git a/.github/workflows/ci-test-limited.yml b/.github/workflows/ci-test-limited.yml index d58b7cb1c2..e32ac5f9cc 100644 --- a/.github/workflows/ci-test-limited.yml +++ b/.github/workflows/ci-test-limited.yml @@ -41,20 +41,15 @@ jobs: # Service containers to run with this job. Required for running tests services: - # Label used to access the service container redis: - # Docker Hub image for Redis image: redis 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