1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2024-11-15 14:50:28 +01:00
scifi_nodes/.github/workflows/test.yml

12 lines
270 B
YAML
Raw Normal View History

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
enable_coverage: "true"
- uses: coverallsapp/github-action@v1