mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
ci: seperate audit jobs from test stage
Fixes#31
This commit is contained in:
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user