Skip to content

update to mtt action (#2) #25

update to mtt action (#2)

update to mtt action (#2) #25

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: buckaroobanzay/mtt@main
with:
modname: otp
enable_coverage: "true"
- uses: coverallsapp/github-action@v1