forked from mtcontrib/technic_armor
Add Integration Test
This commit is contained in:
13
.github/workflows/integration-test.yml
vendored
Normal file
13
.github/workflows/integration-test.yml
vendored
Normal 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
|
Reference in New Issue
Block a user