Skip to content

Commit

Permalink
add setup for docker-compose in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofferlind committed Aug 9, 2024
1 parent 8bb3aad commit 0f0091b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- '1.8.*'
- '1.9.*'
steps:
- uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: '1.29.2' # fairly old, matches docker-compose version from nix, update..
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
Expand Down

0 comments on commit 0f0091b

Please sign in to comment.