Skip to content
Snippets Groups Projects
Commit ab758194 authored by abouchtita's avatar abouchtita
Browse files

Ajout de la configuration GitLab CI/CD avec artifacts

parent 46fa00a8
No related branches found
No related tags found
1 merge request!1Develop into main
Pipeline #47821 passed
image: node:16
stages:
- install
- lint
- test
cache:
paths:
- node_modules/
before_script:
- npm install
lint:
stage: lint
script:
- npm run lint
only:
- develop
- main
test:
stage: test
script:
- npm run test
only:
- develop
- main
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment