Select Git revision
.gitlab-ci.yml
Loïs Poujade authored
- build before integration tests - also logs tests results in job output - remove online google fonts to speed up tests - run test serially to avoid timeouts (cf https://github.com/smooth-code/jest-puppeteer#running-puppeteer-in-ci-environments)
This GitLab CI configuration is valid.
Learn more
.gitlab-ci.yml 238 B
upstream_tests:
image: ghcr.io/puppeteer/puppeteer:latest
before_script:
- npm ci
- npm run build
script:
- npm run test:ci
artifacts:
when: always
paths:
- junit.xml
reports:
junit: junit.xml