Commit 2661529a authored by wind2009's avatar wind2009

remove jest

parent 3421f683
Pipeline #43357 passed with stages
in 4 minutes and 2 seconds
...@@ -159,15 +159,15 @@ json2: ...@@ -159,15 +159,15 @@ json2:
# # if there are any lines in redtext.txt fail the job # # if there are any lines in redtext.txt fail the job
# - exit $(wc -l < redtext.txt) # - exit $(wc -l < redtext.txt)
jest: # jest:
stage: prepare2 # stage: prepare2
dependencies: # dependencies:
- prepare_jest_env # - prepare_jest_env
- npm_ci # - npm_ci
tags: # tags:
- linux # - linux
script: # script:
- npm run test # - npm run test
neos: neos:
stage: pack stage: pack
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment