Skip to content

Commit

Permalink
mtt action
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Aug 12, 2024
1 parent ca3d683 commit a9e48d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 34 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
name: test

on: [push, pull_request]

jobs:
build:

test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
ENGINE_VERSION: [5.4.0, 5.5.0, 5.6.1, latest]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- uses: buckaroobanzay/mtt@main
with:
fetch-depth: 0
submodules: recursive
- name: test
run: docker-compose up --exit-code-from sut
test_mode: game
additional_config: |
mg_name = singlenode
- uses: coverallsapp/github-action@v1
16 changes: 0 additions & 16 deletions docker-compose.yml

This file was deleted.

4 changes: 0 additions & 4 deletions test/minetest.conf

This file was deleted.

0 comments on commit a9e48d9

Please sign in to comment.