1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-07-12 21:10:29 +02:00

mtt action

This commit is contained in:
BuckarooBanzay
2024-04-19 07:44:35 +02:00
parent 49703e7386
commit 3e8b92d196
11 changed files with 9496 additions and 84 deletions

View File

@ -1,15 +0,0 @@
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

11
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: buckaroobanzay/mtt@main
with:
modname: scifi_nodes
- uses: coverallsapp/github-action@v1