Skip to content

Commit

Permalink
Adds docker-compose package to calculate_coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rootxakash committed Oct 16, 2024
1 parent 570d91e commit 3c444cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
with:
lein: "2.8.1"
- uses: actions/checkout@v2
- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Calculate Coverage
run: make coverage
Expand Down

0 comments on commit 3c444cd

Please sign in to comment.