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:
|
||||
- build
|
||||
- test
|
||||
# - test
|
||||
- download
|
||||
|
||||
build:
|
||||
|
@ -33,14 +33,14 @@ build:
|
|||
- ln -s example.env .env
|
||||
- npm run build
|
||||
|
||||
test:
|
||||
stage: test
|
||||
before_script:
|
||||
- npm ci
|
||||
script:
|
||||
- rm -f .env
|
||||
- ln -s example.env .env
|
||||
- npm run test
|
||||
# test:
|
||||
# stage: test
|
||||
# before_script:
|
||||
# - npm ci
|
||||
# script:
|
||||
# - rm -f .env
|
||||
# - ln -s example.env .env
|
||||
# - npm run test
|
||||
|
||||
download:
|
||||
stage: test
|
||||
|
|
Loading…
Reference in a new issue