Skip to content

Commit

Permalink
Use docker compose binary in test ci (#634)
Browse files Browse the repository at this point in the history
Use docker compose binary in test ci
  • Loading branch information
pablomendezroyo authored Aug 28, 2024
1 parent 35c35a7 commit 198cf87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
uses: actions/checkout@v4
- name: create iso
run: |
docker-compose build
docker-compose up
docker compose build
docker compose up
ls images/
- name: verify image
run: |
Expand Down

0 comments on commit 198cf87

Please sign in to comment.