Skip to content
Snippets Groups Projects
Commit 6f64bcef authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

cicd

parent c5923699
No related branches found
No related tags found
1 merge request!9Feat/insee code
Pipeline #39582 failed
...@@ -35,6 +35,9 @@ build-dev: ...@@ -35,6 +35,9 @@ build-dev:
unit-test: unit-test:
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/node:16.14.2-alpine3.14 image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/node:16.14.2-alpine3.14
stage: test stage: test
before_script:
- apk add git
- apk add bash
script: script:
- yarn - yarn
- yarn test --ci --reporters=default --reporters=jest-junit - yarn test --ci --reporters=default --reporters=jest-junit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment