ci: disable e2e tests temporarily
This commit is contained in:
@@ -33,14 +33,16 @@ test_unit:
|
|||||||
script:
|
script:
|
||||||
- npm run test:unit
|
- npm run test:unit
|
||||||
|
|
||||||
test_e2e:
|
# test_e2e:
|
||||||
needs: [deps, check_types, check_style]
|
# needs: [deps, check_types, check_style]
|
||||||
dependencies: [deps]
|
# dependencies: [deps]
|
||||||
script:
|
# before_script:
|
||||||
- npm run test:e2e
|
# - npx playwright install
|
||||||
|
# script:
|
||||||
|
# - npm run test:e2e
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: [deps, check_types, check_style, test_unit, test_e2e]
|
needs: [deps, check_types, check_style, test_unit]
|
||||||
dependencies: [deps]
|
dependencies: [deps]
|
||||||
script:
|
script:
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user