Skip to content

Commit

Permalink
update to mtt action (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: BuckarooBanzay <[email protected]>
  • Loading branch information
BuckarooBanzay and BuckarooBanzay authored Aug 6, 2024
1 parent 0e32a5f commit f18bc27
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 49 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
name: test

on: [push, pull_request]

jobs:
build:

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

steps:
- uses: actions/checkout@v2
- uses: buckaroobanzay/mtt@main
with:
fetch-depth: 0
submodules: recursive
- name: test
run: docker compose up --exit-code-from test test
modname: otp
enable_coverage: "true"
- uses: coverallsapp/github-action@v1
22 changes: 0 additions & 22 deletions docker-compose.yml

This file was deleted.

11 changes: 0 additions & 11 deletions test/Dockerfile

This file was deleted.

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

This file was deleted.

0 comments on commit f18bc27

Please sign in to comment.