From c7edf5cd6676437ac88a02e29ec3f6c24807b8a2 Mon Sep 17 00:00:00 2001 From: Ninosaurier Date: Mon, 3 Aug 2026 21:44:11 +0200 Subject: [PATCH] fix(ci-runner): Removed workdir and changed command "pnpm test:browser" is the right command, because workdir is "packages/luna-charts". Removed work-directory, because the build of Dockerfile.test has already the right workdir --- .gitea/workflows/quality-gate.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/quality-gate.yml b/.gitea/workflows/quality-gate.yml index cce15c3..078ba2c 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 + run: pnpm test:browser \ No newline at end of file