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 0b9836f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci_oci-env-integration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: OCI Env Integration
on:
on:
pull_request:
branches:
- '**'
Expand Down Expand Up @@ -47,14 +47,11 @@ jobs:
- name: Install LDAP requirements
run: sudo apt-get install -y libsasl2-dev python3 libldap2-dev libssl-dev build-essential

- name: Install docker-compose
run: pip3 install --upgrade docker-compose

- 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 0b9836f

Please sign in to comment.