Skip to content

Commit

Permalink
ci: revert to Playwright Github Action
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 20, 2022
1 parent 4f212ae commit 0f106c5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ jobs:

- name: Setup Playwright
if: env.CI_SKIP == 'false'
# uses: microsoft/playwright-github-action@v1
run: |
npm exec -y -- playwright@latest install-deps
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

# - name: Install latest npm
# if: env.CI_SKIP == 'false'
Expand Down

0 comments on commit 0f106c5

Please sign in to comment.