mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-01-05 14:40:18 +01:00
16 lines
240 B
YAML
16 lines
240 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-standalone.sh
|