Skip to content

Commit

Permalink
Change to action for docker compose setup
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Aug 5, 2024
1 parent d73b8a3 commit 12c6450
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
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
uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: 'latest'

- name: Start containers
run: docker-compose -f docker-compose-github.yml up -d
Expand Down

0 comments on commit 12c6450

Please sign in to comment.