Skip to content

Commit 080767a

Browse files
committed
Updating test to have docker compose installed
1 parent 0f8a500 commit 080767a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
runs-on: ubuntu-latest
3939

4040
steps:
41+
- uses: KengoTODA/actions-setup-docker-compose@v1
42+
with:
43+
version: "2.14.2"
44+
4145
- name: Checkout code
4246
uses: actions/checkout@v2
4347

0 commit comments

Comments
 (0)