update docker compose command syntax

This commit is contained in:
OgelGames 2024-08-06 01:06:10 +10:00
parent bba9f8c2d9
commit d906302a4c
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ jobs:
submodules: recursive
- name: test with latest engine
run: docker-compose up --exit-code-from testserver
run: docker compose up --exit-code-from testserver
env:
ENGINE_IMAGE: "ghcr.io/minetest-hosting/minetest-docker:main"
@ -58,4 +58,4 @@ jobs:
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

View File

@ -20,6 +20,6 @@ jobs:
fetch-depth: 0
submodules: recursive
- name: test
run: docker-compose up --exit-code-from testserver
run: docker compose up --exit-code-from testserver
env:
ENGINE_IMAGE: ${{ matrix.ENGINE_IMAGE }}