GitLab CI: disable Jest for now
This commit is contained in:
parent
24391b5705
commit
88d1dc8e8a
1 changed files with 21 additions and 21 deletions
|
@ -64,27 +64,27 @@ lint-sass:
|
||||||
- "**/*.css"
|
- "**/*.css"
|
||||||
- ".stylelintrc.json"
|
- ".stylelintrc.json"
|
||||||
|
|
||||||
jest:
|
# jest:
|
||||||
stage: test
|
# stage: test
|
||||||
script: yarn test:coverage --runInBand
|
# script: yarn test:coverage --runInBand
|
||||||
only:
|
# only:
|
||||||
changes:
|
# changes:
|
||||||
- "**/*.js"
|
# - "**/*.js"
|
||||||
- "**/*.json"
|
# - "**/*.json"
|
||||||
- "app/soapbox/**/*"
|
# - "app/soapbox/**/*"
|
||||||
- "webpack/**/*"
|
# - "webpack/**/*"
|
||||||
- "custom/**/*"
|
# - "custom/**/*"
|
||||||
- "jest.config.cjs"
|
# - "jest.config.cjs"
|
||||||
- "package.json"
|
# - "package.json"
|
||||||
- "yarn.lock"
|
# - "yarn.lock"
|
||||||
- ".gitlab-ci.yml"
|
# - ".gitlab-ci.yml"
|
||||||
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
|
# coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
|
||||||
artifacts:
|
# artifacts:
|
||||||
reports:
|
# reports:
|
||||||
junit: junit.xml
|
# junit: junit.xml
|
||||||
coverage_report:
|
# coverage_report:
|
||||||
coverage_format: cobertura
|
# coverage_format: cobertura
|
||||||
path: .coverage/cobertura-coverage.xml
|
# path: .coverage/cobertura-coverage.xml
|
||||||
|
|
||||||
nginx-test:
|
nginx-test:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Reference in a new issue