diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e34dfa9..d715787 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,11 +56,11 @@ jobs: if: matrix.TEST == 'docker' && matrix.os == 'macos-12' uses: docker-practice/actions-setup-docker@1.0.11 - #- name: (Linux) Install docker compose - # if: matrix.TEST == 'docker' && matrix.os == 'ubuntu-latest' - # uses: KengoTODA/actions-setup-docker-compose@v1 - # with: - # version: '2.14.2' # the full version of `docker-compose` command + - name: (Linux) Install docker compose + if: matrix.TEST == 'docker' && matrix.os == 'ubuntu-latest' + uses: KengoTODA/actions-setup-docker-compose@v1 + with: + version: '2.14.2' # the full version of `docker-compose` command - name: setup .compose.env files run: |