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

15 lines
188 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
run: ./integration-test.sh