Skip to content

Commit

Permalink
docker-compose build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
awlawl committed Feb 12, 2025
1 parent 249a498 commit 61bcd45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
with:
go-version: 1.17

- name: Install Docker Compose
run:
curl -L "https://github.com/docker/compose/releases/download/v2.33.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose

- name: Run unit tests
run: make test

Expand Down

0 comments on commit 61bcd45

Please sign in to comment.