Add Integration Test

This commit is contained in:
David Leal
2020-11-04 15:26:05 -06:00
parent 388f1c2853
commit f9348593aa
4 changed files with 63 additions and 0 deletions

13
.github/workflows/integration-test.yml vendored Normal file
View File

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