From 88d1dc8e8a05800e4a0e5e6c3ea37d2409922bfa Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 13 Sep 2023 12:14:03 -0500 Subject: [PATCH] GitLab CI: disable Jest for now --- .gitlab-ci.yml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 083305da94..62a5651120 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,27 +64,27 @@ lint-sass: - "**/*.css" - ".stylelintrc.json" -jest: - stage: test - script: yarn test:coverage --runInBand - only: - changes: - - "**/*.js" - - "**/*.json" - - "app/soapbox/**/*" - - "webpack/**/*" - - "custom/**/*" - - "jest.config.cjs" - - "package.json" - - "yarn.lock" - - ".gitlab-ci.yml" - coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/ - artifacts: - reports: - junit: junit.xml - coverage_report: - coverage_format: cobertura - path: .coverage/cobertura-coverage.xml +# jest: +# stage: test +# script: yarn test:coverage --runInBand +# only: +# changes: +# - "**/*.js" +# - "**/*.json" +# - "app/soapbox/**/*" +# - "webpack/**/*" +# - "custom/**/*" +# - "jest.config.cjs" +# - "package.json" +# - "yarn.lock" +# - ".gitlab-ci.yml" +# coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/ +# artifacts: +# reports: +# junit: junit.xml +# coverage_report: +# coverage_format: cobertura +# path: .coverage/cobertura-coverage.xml nginx-test: stage: test