From 49036cfc9dc32f5de202264d7030f968afdef8f3 Mon Sep 17 00:00:00 2001 From: Ninosaurier Date: Mon, 3 Aug 2026 20:14:49 +0200 Subject: [PATCH] fix(ci-runner): Wrong workdir Removed the wrong working-directory because luna-charts in the packages folder, does not know "pnpm test:component" --- .gitea/workflows/quality-gate.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/quality-gate.yml b/.gitea/workflows/quality-gate.yml index cce15c3..ae6aeba 100644 --- a/.gitea/workflows/quality-gate.yml +++ b/.gitea/workflows/quality-gate.yml @@ -77,5 +77,4 @@ jobs: password: ${{ secrets.REGISTRY_TOKEN }} steps: - name: Run component tests (Playwright) - working-directory: packages/luna-charts run: pnpm test:component \ No newline at end of file