From 167ba0c68fc152f37744dfdfe0b88a6bbf5ebafe Mon Sep 17 00:00:00 2001 From: James Date: Tue, 9 Apr 2024 13:50:54 -0400 Subject: [PATCH] chore: adds back all tests --- .github/workflows/main.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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