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 2dca2b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ jobs:
test:
name: "Unit Tests"
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
DOCKER_IMAGE:
- registry.gitlab.com/minetest/minetest/server:5.5.1
- "" # latest master
steps:
- uses: actions/checkout@v4

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

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

0 comments on commit 2dca2b2

Please sign in to comment.