fix(ci-runner): Wrong workdir
Removed the wrong working-directory because luna-charts in the packages folder, does not know "pnpm test:component"
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user