ci: seperate audit jobs from test stage

Fixes#31
This commit is contained in:
Rainer Killinger
2020-02-06 12:50:51 +01:00
parent 3bf0939599
commit c264c2ac36

View File

@@ -745,7 +745,7 @@ export function getRules(configuration: Configuration): Rules {
script: [ script: [
'npm audit', 'npm audit',
], ],
stage: 'test', stage: 'audit',
}, },
'scheduled-audit': { 'scheduled-audit': {
only: [ only: [
@@ -754,7 +754,7 @@ export function getRules(configuration: Configuration): Rules {
script: [ script: [
'npm audit', 'npm audit',
], ],
stage: 'test', stage: 'audit',
}, },
package: { package: {
dependencies: [ dependencies: [