Skip to content

Commit

Permalink
ci: use Playwright CLI instead of 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 6812bf6 commit 51eb60f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:

- name: Setup Playwright
if: env.CI_SKIP == 'false'
uses: microsoft/playwright-github-action@v1
# uses: microsoft/playwright-github-action@v1
run: |
npm exec -y -- playwright@latest install-deps
# - name: Install latest npm
# if: env.CI_SKIP == 'false'
Expand Down

0 comments on commit 51eb60f

Please sign in to comment.