Skip to content

Commit

Permalink
Adding docker-compose
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Martinez <[email protected]>
  • Loading branch information
antoniomtz committed Aug 9, 2024
1 parent 9da933e commit 0a2e033
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.22.5'

- name: Install Docker
uses: docker/setup-buildx-action@v1

- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Install Dependencies
run: |
Expand Down

0 comments on commit 0a2e033

Please sign in to comment.