Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0

chore: update gitlab ci to test instead of lint

This commit is contained in:
Bauke 2019-07-05 23:53:01 +02:00
parent 23f0cff306
commit e1ae6da34e
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ before_script:
- yarn --version
- yarn
lint:
test:
script:
- yarn lint
- yarn test
pages:
stage: deploy