fix(ci-runner): Changed command to start the web components
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:
@@ -78,4 +78,4 @@ jobs:
|
||||
steps:
|
||||
- name: Run component tests (Playwright)
|
||||
working-directory: packages/luna-charts
|
||||
run: pnpm test:browser
|
||||
run: pnpm test:component
|
||||
Reference in New Issue
Block a user