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:
luk3yx 2024-01-30 12:30:17 +13:00 committed by GitHub
parent 2bc3754d7d
commit 4b7abdcedc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,3 +22,5 @@ jobs:
submodules: recursive
- name: test
run: docker-compose up --exit-code-from testserver
env:
ENGINE_IMAGE: ${{ matrix.ENGINE_IMAGE }}