forked from mtcontrib/3d_armor
f81cb10f20
partially attends to https://github.com/pandorabox-io/pandorabox.io/issues/444 (the ObjectRef issue)
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
|