Add tests to CI runner.
This commit is contained in:
parent
e0b65ca061
commit
0522f55f9d
1 changed files with 8 additions and 6 deletions
|
@ -24,12 +24,14 @@ lint:
|
||||||
<<: *global_cache
|
<<: *global_cache
|
||||||
policy: pull-push
|
policy: pull-push
|
||||||
|
|
||||||
# Test:
|
test:
|
||||||
# stage: Test
|
stage: test
|
||||||
# script:
|
before_script:
|
||||||
# - npm test
|
- npm ci --cache .npm --prefer-offline
|
||||||
# cache:
|
script:
|
||||||
# <<: *global_cache
|
- npm test
|
||||||
|
cache:
|
||||||
|
<<: *global_cache
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Reference in a new issue