Removed typo; split into test group
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
63d9810f42
commit
abe6a938de
1 changed files with 10 additions and 6 deletions
|
|
@ -3,13 +3,17 @@ pipeline:
|
|||
image: 'node:17.3.0'
|
||||
commands:
|
||||
- yarn install
|
||||
# - yarn run lint
|
||||
|
||||
test:
|
||||
# This step makes sure the project properly builds
|
||||
build:
|
||||
image: 'node:17.3.0'
|
||||
comands:
|
||||
# Lint the code
|
||||
# - yarn run lint
|
||||
# Make sure the project can be built
|
||||
group: test
|
||||
commands:
|
||||
- yarn run build
|
||||
|
||||
lint:
|
||||
image: 'node:17.3.0'
|
||||
group: test
|
||||
commands:
|
||||
- yarn run lint
|
||||
|
||||
|
|
|
|||
Reference in a new issue