Skip to content

Run tests on older MT too #73

Run tests on older MT too

Run tests on older MT too #73

Workflow file for this run

name: "Test"
on: [push, pull_request]
jobs:
test:
name: "Unit Tests"
runs-on: ubuntu-latest
timeout-minutes: 5
matrix:

Check failure on line 9 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 9, Col: 5): Unexpected value 'matrix'
DOCKER_IMAGE:
- registry.gitlab.com/minetest/minetest/server:5.5.1
- "" # latest master
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: 'minetest/minetest_game'
path: minetest_game
- name: Run tests
run: ./.util/run_tests.sh --docker
env:
DOCKER_IMAGE: ${{ matrix.DOCKER_IMAGE }}