Skip to content

Commit

Permalink
Try this.
Browse files Browse the repository at this point in the history
[noissue]

Signed-off-by: James Tanner <tanner.jc@gmail.com>
  • Loading branch information
jctanner committed Aug 1, 2024
1 parent 3edd81c commit 8085c33
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,15 @@ jobs:
podman --version
- name: (Mac) Install docker compose
# if: matrix.TEST == 'docker' && matrix.os == 'macos-12'
if: matrix.TEST == 'docker'
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: setup .compose.env files
run: |
cp oci_env/.github/assets/${TEST}_compose.env oci_env/compose.env
Expand Down

0 comments on commit 8085c33

Please sign in to comment.