Skip to content

Commit

Permalink
Install docker compose in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Aug 5, 2024
1 parent 7c93bfc commit d73b8a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
with:
go-version: '1.22'

- name: Set up Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker.io
sudo apt-get install -y docker-compose
- name: Start containers
run: docker-compose -f docker-compose-github.yml up -d

Expand Down

0 comments on commit d73b8a3

Please sign in to comment.