fix(ci-runner): checkout repository before component tests
This commit is contained in:
@@ -75,6 +75,16 @@ jobs:
|
|||||||
credentials:
|
credentials:
|
||||||
username: ${{ secrets.REGISTRY_USER }}
|
username: ${{ secrets.REGISTRY_USER }}
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- run: corepack enable
|
||||||
|
|
||||||
|
- run: corepack prepare pnpm@11.11.0 --activate
|
||||||
|
|
||||||
|
- run: pnpm install --frozen-lockfile
|
||||||
|
|
||||||
- name: Run component tests (Playwright)
|
- name: Run component tests (Playwright)
|
||||||
run: pnpm test:browser
|
working-directory: packages/luna-charts
|
||||||
|
run: pnpm test:component
|
||||||
Reference in New Issue
Block a user