mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2024-11-14 14:20:29 +01:00
16 lines
229 B
YAML
16 lines
229 B
YAML
name: integration-test
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 10
|
|
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
|
|
- name: integration-test
|
|
run: ./test/integration-test.sh
|