diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5b6f5320a..98f348e5b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,38 +59,12 @@ lint: - ".eslintrc.cjs" - ".stylelintrc.json" -# jest: -# stage: test -# script: yarn test:coverage --runInBand -# only: -# changes: -# - "**/*.js" -# - "**/*.json" -# - "src/**/*" -# - "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 - build: stage: test before_script: - apt-get update -y && apt-get install -y zip script: - yarn build - # - yarn manage:translations en - # # Fail if files got changed. - # # https://stackoverflow.com/a/9066385 - # - git diff --quiet - cp dist/index.html dist/404.html - cd dist && zip -r ../soapbox.zip . && cd .. variables: