Skip to content

Commit 198cf87

Browse files
Use docker compose binary in test ci (#634)
Use docker compose binary in test ci
1 parent 35c35a7 commit 198cf87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
uses: actions/checkout@v4
4141
- name: create iso
4242
run: |
43-
docker-compose build
44-
docker-compose up
43+
docker compose build
44+
docker compose up
4545
ls images/
4646
- name: verify image
4747
run: |

0 commit comments

Comments
 (0)