diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5e2d13246b..4b563f9579 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -214,25 +214,25 @@ 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__collections__Blocks - fields__collections__Array - fields__collections__Relationship - fields__collections__Lexical - # - live-preview - # - localization - # - plugin-form-builder - # - plugin-nested-docs - # - plugin-seo - # - versions - # - uploads + - live-preview + - localization + - plugin-form-builder + - plugin-nested-docs + - plugin-seo + - versions + - uploads steps: - name: Use Node.js 18