Skip to content

Commit e74392c

Browse files
committed
refactor: replace Playwright GitHub Action with direct installation command
1 parent cbf2413 commit e74392c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/🚀main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: sudo apt-get install -y xvfb
2020

2121
- name: 🎭 Setup Playwright
22-
uses: microsoft/playwright-github-action@v1.5.2
22+
run: npx playwright install --with-deps
2323

2424
- name: 📥 Install dependencies
2525
run: npm install
@@ -30,9 +30,6 @@ jobs:
3030
- name: 📂 List build output
3131
run: ls -l dist
3232

33-
- name: 🌐 Install Playwright browsers
34-
run: npx playwright install --with-deps
35-
3633
- name: 📦 Install pnpm
3734
run: npm install -g pnpm
3835

0 commit comments

Comments
 (0)