Skip to content

Commit

Permalink
remove installation of playwright deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart committed Aug 10, 2023
1 parent 76ab715 commit 64a6e54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
node-version-file: .nvmrc
cache: 'npm'
- name: Install dependencies
run: |
npm ci
npx playwright install-deps
run: npm ci
- name: Lint (JavaScript)
run: npm run lint
- name: Unit Tests (Browser)
Expand Down

0 comments on commit 64a6e54

Please sign in to comment.