diff --git a/.github/workflows/run_jmeter_tests.yaml b/.github/workflows/run_jmeter_tests.yaml index 1f4999816..e0424038f 100644 --- a/.github/workflows/run_jmeter_tests.yaml +++ b/.github/workflows/run_jmeter_tests.yaml @@ -118,6 +118,7 @@ jobs: env: PGSQL_TAG: ${{ matrix.pgsql_tag }} run: | + docker pull postgres:${PGSQL_TAG} docker compose \ -f .ci/docker-compose-file/docker-compose-emqx-cluster.yaml \ -f .ci/docker-compose-file/docker-compose-pgsql-tls.yaml \