Use correct engine image in tests (#493)
The wrong docker image was being used in tests (see the first few log messages for "tests" in https://github.com/mt-mods/dreambuilder_game/actions/runs/7703729978/job/20994681582)
This commit is contained in:
parent
2bc3754d7d
commit
4b7abdcedc
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -22,3 +22,5 @@ jobs:
|
|||||||
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:
|
||||||
|
ENGINE_IMAGE: ${{ matrix.ENGINE_IMAGE }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user