technic/.github/workflows/integration-test.yml

15 lines
211 B
YAML
Raw Normal View History

2020-01-17 08:10:45 +01:00
name: integration-test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: test
2020-05-09 21:02:19 +02:00
run: MINETEST_VERSION=5.2.0 ./integration-test.sh