forked from mtcontrib/3d_armor
15 lines
186 B
YAML
15 lines
186 B
YAML
|
name: integration-test
|
||
|
|
||
|
on: [push]
|
||
|
|
||
|
jobs:
|
||
|
build:
|
||
|
|
||
|
runs-on: ubuntu-latest
|
||
|
|
||
|
steps:
|
||
|
- uses: actions/checkout@v1
|
||
|
|
||
|
- name: integration-test
|
||
|
run: ./integration-test.sh
|