Skip to content

Commit 39c53fa

Browse files
committed
Add needed changes in CI to run docker compose
Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent df74e80 commit 39c53fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
with:
3636
go-version: '1.20'
3737

38+
- name: Setup compose environment
39+
run: cd .devcontainer && docker compose up -d --wait && cd ..
40+
3841
- name: Run go tests
3942
run: make test
4043

0 commit comments

Comments
 (0)