Skip to content

Commit 8cc5664

Browse files
committed
HBASE-29878 Install dependencies of playwright in Yetus General Check GH Action workflow
1 parent 83887af commit 8cc5664

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/yetus-general-check.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
YETUS_VERSION: '0.15.0'
3737

3838
steps:
39+
- name: Install Playwright dependencies
40+
run: |
41+
apt-get install libxcb-shm0 libx11-xcb1 libx11-6 libxcb1 libxext6 libxrandr2 \
42+
libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libgtk-3-0 libpangocairo-1.0-0 \
43+
libpango-1.0-0 libatk1.0-0 libcairo-gobject2 libcairo2 libgdk-pixbuf-2.0-0 libglib2.0-0 \
44+
libxrender1 libasound2 libfreetype6 libfontconfig1 libdbus-1-3
45+
3946
- name: Checkout HBase
4047
uses: actions/checkout@v4
4148
with:

0 commit comments

Comments
 (0)