Skip to content

Commit 8215c8e

Browse files
committed
chore: remove Playwright browser installation step from deployment workflow
- Eliminated the step to install Playwright browsers with dependencies in both Linux and Windows job configurations.
1 parent 265e891 commit 8215c8e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/deployment.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
${{ runner.os }}-node-
3333
- name: Install dependencies
3434
run: npm install
35-
- name: Install Playwright Browsers
36-
run: npx playwright install --with-deps
3735
- name: Run tests
3836
run: npm test
3937
test_win:
@@ -52,8 +50,6 @@ jobs:
5250
${{ runner.os }}-node-
5351
- name: Install dependencies
5452
run: npm install
55-
- name: Install Playwright Browsers
56-
run: npx playwright install --with-deps
5753
- name: Run tests
5854
run: npm test
5955
tag:

0 commit comments

Comments
 (0)