Disable test from CI
This commit is contained in:
parent
e6dd3a06e1
commit
33d3d1f645
1 changed files with 9 additions and 9 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue