From b7e1b8f90f7b977d60d81b9185697e712469a9b1 Mon Sep 17 00:00:00 2001 From: Ninosaurier Date: Mon, 3 Aug 2026 22:00:19 +0200 Subject: [PATCH] fix(ci-runner): Changed command to start the component-test --- .gitea/workflows/quality-gate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/quality-gate.yml b/.gitea/workflows/quality-gate.yml index 21668ac..27e3eec 100644 --- a/.gitea/workflows/quality-gate.yml +++ b/.gitea/workflows/quality-gate.yml @@ -87,4 +87,4 @@ jobs: - name: Run component tests (Playwright) working-directory: packages/luna-charts - run: pnpm test:component \ No newline at end of file + run: pnpm test:browser \ No newline at end of file