use mtt for integration tests

This commit is contained in:
BuckarooBanzay 2022-08-02 14:56:32 +02:00
parent 4b496a1e61
commit 5642f139df
17 changed files with 75 additions and 130 deletions

View file

@ -1,15 +0,0 @@
name: integration-test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@master
- name: integration-test
run: ./test/integration-test.sh

17
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
ENGINE_VERSION: [5.3.0, 5.4.0, 5.5.0, latest]
steps:
- uses: actions/checkout@v2
- name: test
run: docker-compose up --exit-code-from sut