mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-18 04:06:19 +00:00
feat: separate prettier from eslint
This commit is contained in:
committed by
Thea Schöbl
parent
939fb6ef0f
commit
a88d000ccd
@@ -57,6 +57,11 @@ lint:
|
||||
script:
|
||||
- npm run lint
|
||||
|
||||
format:
|
||||
stage: build
|
||||
script:
|
||||
- npm run format:check
|
||||
|
||||
unit:
|
||||
stage: test
|
||||
script:
|
||||
@@ -79,8 +84,8 @@ unit:
|
||||
artifacts:
|
||||
when: on_failure
|
||||
paths:
|
||||
- cypress/videos
|
||||
- cypress/screenshots
|
||||
- cypress/videos
|
||||
- cypress/screenshots
|
||||
|
||||
.e2e-firefox:
|
||||
image: registry.gitlab.com/openstapps/projectmanagement/cypress
|
||||
@@ -90,8 +95,8 @@ unit:
|
||||
artifacts:
|
||||
when: on_failure
|
||||
paths:
|
||||
- cypress/videos
|
||||
- cypress/screenshots
|
||||
- cypress/videos
|
||||
- cypress/screenshots
|
||||
|
||||
ui-chrome:
|
||||
extends: .e2e-chrome
|
||||
|
||||
Reference in New Issue
Block a user