Skip to content

Commit 39b9f96

Browse files
espyjanl
authored andcommitted
ci: speed up CI by installing fewer playwright deps
1 parent 5105b26 commit 39b9f96

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

bin/run-test.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,11 @@ pouchdb-build-node() {
8383
}
8484

8585
if [[ $CI = true ]] && [[ $CLIENT != node ]]; then
86-
npx playwright install --with-deps "$CLIENT"
86+
# npx playwright install --with-deps "$CLIENT"
87+
# The full install with deps was glacially slow on CI
88+
npx playwright install "$CLIENT"
89+
sudo apt-get update
90+
sudo apt-get install -y libwoff1 libvpx9 libevent-2.1-7t64 libopus0 libgstreamer-plugins-base1.0-0 libgstreamer-gl1.0-0 libgstreamer-plugins-bad1.0-0 libflite1 libavif16 libharfbuzz-icu0 libsecret-1-0 libhyphen0 libwayland-server0 libmanette-0.2-0 libgles2 gstreamer1.0-libav
8791
fi
8892

8993
if [[ -n $SERVER ]]; then

0 commit comments

Comments
 (0)