Skip to content

Commit

Permalink
Hotfix docker compose CI install
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
rochacbruno committed Jul 18, 2023
1 parent aefc6af commit 17fddf3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci_oci-env-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,15 @@ 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
pip install -e $OCI_ENV_PATH/client/
mkdir $OCI_ENV_PATH/db_backup/
- name: run integration tests
run: make gh-action/${{ matrix.env.TEST_PROFILE }}
run: make gh-action/${{ matrix.env.TEST_PROFILE }}

0 comments on commit 17fddf3

Please sign in to comment.