Skip to content

Commit 5a4c3bd

Browse files
committed
remove install
1 parent 8adbb89 commit 5a4c3bd

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,6 @@ jobs:
2121
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
24-
25-
# - name: Install required dependencies for Puppeteer
26-
# run: |
27-
# sudo apt-get update
28-
# sudo apt-get install -y \
29-
# libnss3 \
30-
# libatk1.0-0 \
31-
# libatk-bridge2.0-0 \
32-
# libxcomposite1 \
33-
# libxdamage1 \
34-
# libxrandr2 \
35-
# libgbm1 \
36-
# libasound2 \
37-
# libpangocairo-1.0-0 \
38-
# libatspi2.0-0 \
39-
# libcups2 \
40-
# libxss1 \
41-
# libxshmfence1 \
42-
# libglu1-mesa \
43-
# libpci3 \
44-
# libdrm2 \
45-
# libgtk-3-0 \
46-
# chromium-browser || sudo apt-get install -y chromium
4724

4825
- name: Install dependencies
4926
run: npm ci

0 commit comments

Comments
 (0)