technic/.github/workflows/integration-test.yml
2020-05-09 21:02:19 +02:00

15 lines
211 B
YAML

name: integration-test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: test
run: MINETEST_VERSION=5.2.0 ./integration-test.sh