forked from nalc/technic_armor
14 lines
203 B
YAML
14 lines
203 B
YAML
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
|