Skip to content

Commit

Permalink
Adding step for setting up docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jortega0 committed Sep 11, 2024
1 parent 3811d23 commit 66e3a38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
go-version: '^1.19.1'
cache: true

- uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: '2.14.2' # the full version of `docker-compose` command

- name: Check quality
run: make quality

Expand Down

0 comments on commit 66e3a38

Please sign in to comment.