Skip to content

Commit 8adbb89

Browse files
committed
test
1 parent 21f8acd commit 8adbb89

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/test.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,28 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424

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
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
4747

4848
- name: Install dependencies
4949
run: npm ci

0 commit comments

Comments
 (0)