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