fix(ci-runner): Changed command to start the web components
CI / lint-and-format (push) Successful in 33s
CI / changeset-check (push) Successful in 29s
CI / unit-tests (push) Successful in 37s
CI / component-tests (push) Failing after 2s

ci execute the wrong command to start the component tests. It was "test:browser", but it should be test:component
This commit is contained in:
2026-08-03 20:07:05 +02:00
parent 80d9fcda24
commit 9fd03a5578
+1 -1
View File
@@ -78,4 +78,4 @@ jobs:
steps:
- name: Run component tests (Playwright)
working-directory: packages/luna-charts
run: pnpm test:browser
run: pnpm test:component