From 9fd03a55783e838fb02b6394263861932847487e Mon Sep 17 00:00:00 2001 From: Ninosaurier Date: Mon, 3 Aug 2026 20:07:05 +0200 Subject: [PATCH] fix(ci-runner): Changed command to start the web components ci execute the wrong command to start the component tests. It was "test:browser", but it should be test:component --- .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 69307d9..cce15c3 100644 --- a/.gitea/workflows/quality-gate.yml +++ b/.gitea/workflows/quality-gate.yml @@ -78,4 +78,4 @@ jobs: steps: - name: Run component tests (Playwright) working-directory: packages/luna-charts - run: pnpm test:browser \ No newline at end of file + run: pnpm test:component \ No newline at end of file