File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 />
You can’t perform that action at this time.
0 commit comments