Skip to content

Commit a1255e1

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

2 files changed

Lines changed: 8 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+
sudo 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:

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2903,6 +2903,7 @@
29032903
<exclude>**/dependency-reduced-pom.xml</exclude>
29042904
<exclude>**/.idea/**</exclude>
29052905
<exclude>**/node_modules/**</exclude>
2906+
<!--exclude>hbase-website/app/pages/_docs/docs/_mdx/(multi-page)/configuration/hbase-default.md</exclude-->
29062907
</excludes>
29072908
<!-- define the steps to apply to those files -->
29082909
<trimTrailingWhitespace/>

0 commit comments

Comments
 (0)