Skip to content

Commit

Permalink
ci: remove Playwright setup
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 5cf98da commit 6d4a43c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ jobs:
with:
node-version: ${{ matrix.target }}

- name: Setup Playwright
if: env.CI_SKIP == 'false'
run: |
npm x -y -- playwright@latest install-deps
# - name: Install latest npm
# if: env.CI_SKIP == 'false'
# run: |
Expand Down

0 comments on commit 6d4a43c

Please sign in to comment.