Skip to content

Commit

Permalink
#276: fix of docker-compose failing
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenwh committed Aug 13, 2024
1 parent 7293d6f commit 65dcf61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: create html and pdf
run: |
docker-compose -f docker-compose.asciidoctor.yml up
docker compose -f docker-compose.asciidoctor.yml up
- name: commit changed files
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:

- name: run unit tests
run: |
docker-compose -f docker-compose.unittests.yml up --exit-code-from unittests
docker compose -f docker-compose.unittests.yml up --exit-code-from unittests

0 comments on commit 65dcf61

Please sign in to comment.