From f83b43e6f6afceb908da5b264e2ec252ff6e44b5 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Feb 2026 15:54:27 +0000 Subject: [PATCH] Add GitHub Actions workflow for testing and E2E integration - Created a new workflow file (.github/workflows/test.yml) to automate testing processes. - Defined jobs for basic testing and end-to-end (E2E) testing using Jest, Supertest, and Playwright. - Included steps for dependency installation, plugin building, and Strapi server management during E2E tests. --- {.gitea => .github}/workflows/test.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {.gitea => .github}/workflows/test.yml (100%) diff --git a/.gitea/workflows/test.yml b/.github/workflows/test.yml similarity index 100% rename from .gitea/workflows/test.yml rename to .github/workflows/test.yml