Skip to content

Commit

Permalink
Run tests on older MT too
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Mar 25, 2024
1 parent 41efbaf commit 588f40c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ jobs:
test:
name: "Unit Tests"
runs-on: ubuntu-latest
timeout-minutes: 5
matrix:
DOCKER_IMAGE:
- registry.gitlab.com/minetest/minetest/server:5.5.1
- "" # latest master
steps:
- uses: actions/checkout@v4

Expand All @@ -15,3 +20,5 @@ jobs:

- name: Run tests
run: ./.util/run_tests.sh --docker
env:
DOCKER_IMAGE: ${{ matrix.DOCKER_IMAGE }}

0 comments on commit 588f40c

Please sign in to comment.