Skip to content

Commit

Permalink
Remove manual Chromium install from CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuth committed Nov 8, 2023
1 parent 23723be commit 81bbed2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@ jobs:
- name: Prepare for Integration Tests
run: npm run demo:build

- name: Install playwright browsers
run: npx playwright install chromium --with-deps

- name: Integration Tests
run: npm run test:integrationOnly

0 comments on commit 81bbed2

Please sign in to comment.