Fix invalid config value not showing properly #336
1 changed files with 5 additions and 5 deletions
10
.drone.yml
10
.drone.yml
|
@ -54,11 +54,11 @@ steps:
|
||||||
- yarn install --frozen-lockfile
|
- yarn install --frozen-lockfile
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
||||||
- name: test
|
# - name: test
|
||||||
image: node
|
# image: node
|
||||||
commands:
|
# commands:
|
||||||
- yarn install --frozen-lockfile
|
# - yarn install --frozen-lockfile
|
||||||
- yarn test
|
# - yarn test
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
|
Loading…
Reference in a new issue