Skip to content

Commit

Permalink
Add needed changes in CI to run docker compose
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Antonio Osorio <[email protected]>
  • Loading branch information
JAORMX committed Feb 24, 2023
1 parent c09f376 commit 8dd6271
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
with:
go-version: '1.20'

- name: Setup compose environment
run: cd .devcontainer && docker compose up -d --wait && cd ..

- name: Run go tests
run: make test

Expand Down

0 comments on commit 8dd6271

Please sign in to comment.