Skip to content

Commit

Permalink
wip: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Oct 25, 2023
1 parent b0a764c commit 8352789
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:
key: ${{ runner.os }}-playwright-bin-v1
path: ${{ env.PLAYWRIGHT_BROWSERS_PATH }}

- name: Install Playwright
# does not need to explicitly set chromium after https://github.com/microsoft/playwright/issues/14862 is solved
run: pnpm playwright install chromium
# - name: Install Playwright
# # does not need to explicitly set chromium after https://github.com/microsoft/playwright/issues/14862 is solved
# run: pnpm playwright install chromium

- name: Build
run: pnpm run build
Expand Down

0 comments on commit 8352789

Please sign in to comment.