fix test workflow
This commit is contained in:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -1,17 +1,15 @@
|
|||||||
name: NPM Audit Check
|
name: Unit tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
schedule:
|
|
||||||
- cron: '15 16 * * 5'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
npm_audit:
|
npm_test:
|
||||||
name: Check NPM audit
|
name: Unit tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
strategy:
|
strategy:
|
||||||
|
Reference in New Issue
Block a user