From 17fddf362c30c780c28e6bdabcf91d1a4290bdf3 Mon Sep 17 00:00:00 2001 From: Bruno Rocha Date: Tue, 18 Jul 2023 14:14:53 +0100 Subject: [PATCH] Hotfix docker compose CI install No-Issue --- .github/workflows/ci_oci-env-integration.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 }}