diff --git a/.github/workflows/ci_oci-env-integration.yml b/.github/workflows/ci_oci-env-integration.yml index 816fe832ba..50e846c4f5 100644 --- a/.github/workflows/ci_oci-env-integration.yml +++ b/.github/workflows/ci_oci-env-integration.yml @@ -50,6 +50,10 @@ jobs: - name: Install docker-compose run: pip3 install --upgrade docker-compose + - uses: KengoTODA/actions-setup-docker-compose@v1 + with: + version: '2.20.0' + - name: setup oci-env run: | git clone https://github.com/pulp/oci_env.git $OCI_ENV_PATH @@ -57,4 +61,4 @@ jobs: mkdir $OCI_ENV_PATH/db_backup/ - name: run integration tests - run: make gh-action/${{ matrix.env.TEST_PROFILE }} \ No newline at end of file + run: make gh-action/${{ matrix.env.TEST_PROFILE }}