fix(ci-runner): Wrong workdir
CI / lint-and-format (push) Successful in 34s
CI / changeset-check (push) Successful in 32s
CI / unit-tests (push) Successful in 36s
CI / component-tests (push) Failing after 2s

Removed the wrong working-directory because luna-charts in the packages folder, does not know "pnpm test:component"
This commit is contained in:
2026-08-03 20:14:49 +02:00
parent 9fd03a5578
commit 49036cfc9d
-1
View File
@@ -77,5 +77,4 @@ jobs:
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
steps: steps:
- name: Run component tests (Playwright) - name: Run component tests (Playwright)
working-directory: packages/luna-charts
run: pnpm test:component run: pnpm test:component