it-fsm/.github/workflows/ci.yml

21 lines
430 B
YAML
Raw Normal View History

2021-08-20 01:32:01 +03:00
name: ci
on:
push:
branches: [master]
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: denolib/setup-deno@v2
with:
deno-version: v1.x
2021-08-21 08:53:36 +03:00
- run: make ci
2021-08-20 01:32:01 +03:00
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: cov_profile/cov.lcov