Skip to content

Commit c622010

Browse files
committed
Try to fix CI
1 parent a9061f6 commit c622010

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/reusable-test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515

16+
- name: Install docker-compose
17+
uses: ndeloof/[email protected]
18+
with:
19+
version: v2.1.0
20+
legacy: true # will also install in PATH as `docker-compose`
21+
1622
- name: Run docker-compose
1723
run: docker-compose up -d
1824

0 commit comments

Comments
 (0)