mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Adding test stage
This commit is contained in:
parent
0ae9065bf9
commit
e47beaaacc
@ -11,7 +11,7 @@ cache:
|
||||
stages:
|
||||
lint
|
||||
build
|
||||
# test
|
||||
test
|
||||
|
||||
jobs:
|
||||
include:
|
||||
@ -19,6 +19,6 @@ jobs:
|
||||
script: npm run lint
|
||||
- stage: build
|
||||
script: npm run build
|
||||
# - stage: test
|
||||
# script: npm run test:infrastrcture
|
||||
- stage: test
|
||||
script: npm run test:infrastrcture
|
||||
# script: npm run test:services
|
||||
Loading…
x
Reference in New Issue
Block a user