Disable test from CI

This commit is contained in:
Emmanuel 2022-11-15 15:36:42 +01:00
parent e6dd3a06e1
commit 33d3d1f645

View file

@ -21,7 +21,7 @@ variables:
stages: stages:
- build - build
- test # - test
- download - download
build: build:
@ -33,14 +33,14 @@ build:
- ln -s example.env .env - ln -s example.env .env
- npm run build - npm run build
test: # test:
stage: test # stage: test
before_script: # before_script:
- npm ci # - npm ci
script: # script:
- rm -f .env # - rm -f .env
- ln -s example.env .env # - ln -s example.env .env
- npm run test # - npm run test
download: download:
stage: test stage: test