1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2024-11-15 06:40:28 +01:00
scifi_nodes/.github/workflows/test.yml
Buckaroo Banzai 4bbe29fcd3
mtt action (#83)
* mtt action

* nodename

* remove coverage step

* re-enable coverage

* add coverage badge

---------

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2024-04-21 09:36:24 +02:00

12 lines
270 B
YAML

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