Update workflows

This commit is contained in:
CrazyMax
2020-05-11 19:25:28 +02:00
parent 1412a4b386
commit 03544b5b3e
4 changed files with 0 additions and 7 deletions

View File

@@ -19,7 +19,6 @@ jobs:
- windows-latest
steps:
-
# https://github.com/actions/checkout
name: Checkout
uses: actions/checkout@v2
-
@@ -29,7 +28,6 @@ jobs:
name: Test
run: npm run test
-
# https://github.com/codecov/codecov-action
name: Upload coverage
uses: codecov/codecov-action@v1
if: success()