Skip to content
Snippets Groups Projects
Commit 7c1fe46f authored by HOLZINGER Ulysse's avatar HOLZINGER Ulysse
Browse files

CI

parent 313a4851
No related branches found
No related tags found
No related merge requests found
Pipeline #26405 failed
image: node:latest
stages:
- test
cache:
paths:
- node_modules/
test:
stage: test
script:
- npm install
- npm run test
- npm run build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment