Skip to content

Commit

Permalink
chore: repo overall update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Nov 18, 2024
1 parent 93c7779 commit 3ca8045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-canyon-report-coverage-map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
with:
node-version: lts/*
- name: Install dependencies
run: npm i -g pnpm && pnpm install
run: npm i -g pnpm && npm i -g canyon-uploader && pnpm install
- name: Install Playwright Browsers
run: cd packages/canyon-report && npx playwright install --with-deps
- name: Run Playwright tests
run: cd packages/canyon-report && npx playwright test
run: cd packages/canyon-report && npx playwright test && canyon-uploader hit

0 comments on commit 3ca8045

Please sign in to comment.