Skip to content

Fix .yml syntax

Fix .yml syntax #2

Workflow file for this run

# Copied from https://github.com/mt-mods/dreambuilder_game
name: test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
ENGINE_IMAGE:
- registry.gitlab.com/minetest/minetest/server:5.7.0
- ghcr.io/minetest-hosting/minetest-docker:5.8.0
- ""
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- uses: actions/checkout@v4
with:
repository: minetest/minetest_game
ref: "5.7.0"
path: .REPOS/minetest_game
- name: test
run: docker-compose up --exit-code-from testserver