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