Skip to content

Commit

Permalink
Add Docker-compose v2 to GA CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranov committed Oct 16, 2023
1 parent 21e6891 commit ee41b56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Setup Docker-compose v2
uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: '2.22.0'

- name: Run dev environment
run: make devnet-up

Expand Down

0 comments on commit ee41b56

Please sign in to comment.