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 dc188a6 commit 93c7779
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 @@ -43,6 +43,6 @@ jobs:
- name: Install dependencies
run: npm i -g pnpm && pnpm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps
run: cd packages/canyon-report && npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
run: cd packages/canyon-report && npx playwright test

0 comments on commit 93c7779

Please sign in to comment.