chore: update gitlab ci to test instead of lint
This commit is contained in:
parent
23f0cff306
commit
e1ae6da34e
|
@ -10,9 +10,9 @@ before_script:
|
||||||
- yarn --version
|
- yarn --version
|
||||||
- yarn
|
- yarn
|
||||||
|
|
||||||
lint:
|
test:
|
||||||
script:
|
script:
|
||||||
- yarn lint
|
- yarn test
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
Reference in New Issue