use npm dragmove

This commit is contained in:
JFH
2021-03-11 20:33:22 +01:00
parent 9c1532a7c6
commit b1a7cf34e8
9 changed files with 14 additions and 104 deletions

View File

@@ -0,0 +1,16 @@
name: Coverage
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Coverage
run: |
npm ci
npm run test-cov
exit 0