pandorabox-mods/.github/workflows/integration-test.yml

16 lines
233 B
YAML
Raw Normal View History

2019-12-02 07:56:39 +01:00
name: integration-test
2019-12-31 15:41:44 -05:00
on: [push, pull_request]
2019-12-02 07:56:39 +01:00
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: textbook/git-checkout-submodule-action@2.0.0
2019-12-02 07:56:39 +01:00
- name: test
run: ./test.sh