|
@@ -118,6 +118,7 @@ jobs:
|
|
|
env:
|
|
env:
|
|
|
PGSQL_TAG: ${{ matrix.pgsql_tag }}
|
|
PGSQL_TAG: ${{ matrix.pgsql_tag }}
|
|
|
run: |
|
|
run: |
|
|
|
|
|
+ docker pull postgres:${PGSQL_TAG}
|
|
|
docker compose \
|
|
docker compose \
|
|
|
-f .ci/docker-compose-file/docker-compose-emqx-cluster.yaml \
|
|
-f .ci/docker-compose-file/docker-compose-emqx-cluster.yaml \
|
|
|
-f .ci/docker-compose-file/docker-compose-pgsql-tls.yaml \
|
|
-f .ci/docker-compose-file/docker-compose-pgsql-tls.yaml \
|