Skip to content
Snippets Groups Projects
Verified Commit 776b0159 authored by Loïs Poujade's avatar Loïs Poujade
Browse files

Add gitlab CI to main mirador code

parent 86443088
No related branches found
No related tags found
No related merge requests found
Pipeline #1178 failed
upstream_tests:
image: registry.gitlab.com/gitlab-ci-utils/docker-puppeteer:latest
before_script:
- npm install
script:
- npm run test:ci
......@@ -15,6 +15,7 @@
"lint:translations": "node ./scripts/i18n-lint.js",
"server": "node_modules/.bin/http-server --cors",
"test": "npm run build && npm run lint && npm run size && jest -c jest.json",
"test:ci": "jest -c jest.json --ci --reporters=default --watchAll=false --runInBand",
"test:debug": "node --inspect node_modules/.bin/jest -c jest.json --runInBand",
"test:watch": "jest -c jest.json --watch",
"build": "NODE_ENV=production webpack --mode=production",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment