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
|
||||
|
||||
lint:
|
||||
test:
|
||||
script:
|
||||
- yarn lint
|
||||
- yarn test
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
|
|
Reference in New Issue