We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5105b26 commit 39b9f96Copy full SHA for 39b9f96
bin/run-test.sh
@@ -83,7 +83,11 @@ pouchdb-build-node() {
83
}
84
85
if [[ $CI = true ]] && [[ $CLIENT != node ]]; then
86
- npx playwright install --with-deps "$CLIENT"
+ # 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
91
fi
92
93
if [[ -n $SERVER ]]; then
0 commit comments