Skip to content

Commit

Permalink
ci: add Docker Compose setup step to GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-kidd committed Aug 12, 2024
1 parent b95d519 commit 0fabf60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
- name: Run unit tests
run: make unit-test

- name: Set up Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Run coverage
run: |
mkdir -p coverage
Expand Down

0 comments on commit 0fabf60

Please sign in to comment.