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
This commit is contained in:
@@ -77,5 +77,4 @@ jobs:
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
steps:
|
||||
- name: Run component tests (Playwright)
|
||||
working-directory: packages/luna-charts
|
||||
run: pnpm test:component
|
||||
run: pnpm test:browser
|
||||
Reference in New Issue
Block a user