Removed typo; split into test group
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
parent
63d9810f42
commit
abe6a938de
|
@ -3,13 +3,17 @@ pipeline:
|
||||||
image: 'node:17.3.0'
|
image: 'node:17.3.0'
|
||||||
commands:
|
commands:
|
||||||
- yarn install
|
- yarn install
|
||||||
# - yarn run lint
|
|
||||||
|
|
||||||
test:
|
# This step makes sure the project properly builds
|
||||||
|
build:
|
||||||
image: 'node:17.3.0'
|
image: 'node:17.3.0'
|
||||||
comands:
|
group: test
|
||||||
# Lint the code
|
commands:
|
||||||
# - yarn run lint
|
|
||||||
# Make sure the project can be built
|
|
||||||
- yarn run build
|
- yarn run build
|
||||||
|
|
||||||
|
lint:
|
||||||
|
image: 'node:17.3.0'
|
||||||
|
group: test
|
||||||
|
commands:
|
||||||
|
- yarn run lint
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue