Skip to content

Commit

Permalink
Install docker compose during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch committed Aug 2, 2024
1 parent 89d3d4a commit d6471fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
run: |
cd sinch-sdk-mockserver
docker build -t sinch-sdk-mockserver -f Dockerfile .
- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Start mock servers with Docker Compose
run: |
cd sinch-sdk-mockserver
Expand Down

0 comments on commit d6471fe

Please sign in to comment.