chore: comment out all other test suites for now
This commit is contained in:
30
.github/workflows/main.yml
vendored
30
.github/workflows/main.yml
vendored
@@ -248,22 +248,22 @@ jobs:
|
||||
matrix:
|
||||
# find test -type f -name 'e2e.spec.ts' | sort | xargs dirname | xargs -I {} basename {}
|
||||
suite:
|
||||
- _community
|
||||
- access-control
|
||||
- admin
|
||||
- auth
|
||||
- email
|
||||
- field-error-states
|
||||
- fields-relationship
|
||||
# - _community
|
||||
# - access-control
|
||||
# - admin
|
||||
# - auth
|
||||
# - email
|
||||
# - field-error-states
|
||||
# - fields-relationship
|
||||
- fields
|
||||
- fields/lexical
|
||||
- live-preview
|
||||
- localization
|
||||
- plugin-form-builder
|
||||
- plugin-nested-docs
|
||||
- plugin-seo
|
||||
- versions
|
||||
- uploads
|
||||
# - fields/lexical
|
||||
# - live-preview
|
||||
# - localization
|
||||
# - plugin-form-builder
|
||||
# - plugin-nested-docs
|
||||
# - plugin-seo
|
||||
# - versions
|
||||
# - uploads
|
||||
|
||||
steps:
|
||||
- name: Use Node.js 18
|
||||
|
||||
Reference in New Issue
Block a user