update docker compose command syntax
This commit is contained in:
parent
bba9f8c2d9
commit
d906302a4c
2
.github/workflows/automerge.yml
vendored
2
.github/workflows/automerge.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: test with latest engine
|
- name: test with latest engine
|
||||||
run: docker-compose up --exit-code-from testserver
|
run: docker compose up --exit-code-from testserver
|
||||||
env:
|
env:
|
||||||
ENGINE_IMAGE: "ghcr.io/minetest-hosting/minetest-docker:main"
|
ENGINE_IMAGE: "ghcr.io/minetest-hosting/minetest-docker:main"
|
||||||
|
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -20,6 +20,6 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: test
|
- name: test
|
||||||
run: docker-compose up --exit-code-from testserver
|
run: docker compose up --exit-code-from testserver
|
||||||
env:
|
env:
|
||||||
ENGINE_IMAGE: ${{ matrix.ENGINE_IMAGE }}
|
ENGINE_IMAGE: ${{ matrix.ENGINE_IMAGE }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user