fix(ci-runner): Removed workdir and changed command
CI / lint-and-format (push) Successful in 39s
CI / changeset-check (push) Successful in 29s
CI / unit-tests (push) Successful in 40s
CI / component-tests (push) Failing after 2s

"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
This commit is contained in:
2026-08-03 21:44:11 +02:00
parent 4b09dd5cb8
commit c7edf5cd66
+1 -2
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:browser
run: pnpm test:component