Skip to content

Commit

Permalink
ci: use Playwright CLI
Browse files Browse the repository at this point in the history
Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
  • Loading branch information
motss committed Feb 21, 2022
1 parent 0f106c5 commit e503ba2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@ jobs:
- name: Setup Playwright
if: env.CI_SKIP == 'false'
uses: microsoft/playwright-github-action@v1
# FIXME: Continue using the Github Action until it is deprecated because Playwright CLI is too slow.
# CLI takes >1m whereas Github Action takes ~44s.
# run: |
# npm x -y -- playwright@latest install-deps
run: |
npm x -y -- playwright@latest install-deps
# - name: Install latest npm
# if: env.CI_SKIP == 'false'
Expand Down

0 comments on commit e503ba2

Please sign in to comment.