mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 19:22:51 +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: [
|
||||
'npm audit',
|
||||
],
|
||||
stage: 'test',
|
||||
stage: 'audit',
|
||||
},
|
||||
'scheduled-audit': {
|
||||
only: [
|
||||
@@ -754,7 +754,7 @@ export function getRules(configuration: Configuration): Rules {
|
||||
script: [
|
||||
'npm audit',
|
||||
],
|
||||
stage: 'test',
|
||||
stage: 'audit',
|
||||
},
|
||||
package: {
|
||||
dependencies: [
|
||||
|
||||
Reference in New Issue
Block a user