separate action for test and audit

This commit is contained in:
Slawomir Jaranowski
2020-03-18 18:14:03 +01:00
parent 6e3efd3238
commit 79b590b1fa
2 changed files with 30 additions and 2 deletions

View File

@ -1,7 +1,9 @@
name: "Test Action"
name: "Test"
on:
pull_request:
push:
branches-ignore:
- 'dependabot/*'
schedule:
- cron: '22 22 * * 5'
@ -26,7 +28,6 @@ jobs:
- run: npm version
- run: npm ci
- run: npm audit
- run: npm test
- uses: ./