mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-07-21 17:20:35 +02:00
mtt action (#83)
* mtt action * nodename * remove coverage step * re-enable coverage * add coverage badge --------- Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
This commit is contained in:
12
.github/workflows/test.yml
vendored
Normal file
12
.github/workflows/test.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
Reference in New Issue
Block a user