We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06c0ac commit 029b2afCopy full SHA for 029b2af
.github/workflows/install.sh
@@ -25,7 +25,7 @@ apt-get install -y libwww-form-urlencoded-xs-perl libwww-mechanize-chrome-perl l
25
apt-get install -y postgresql-client starman perl libtest-tempdir-tiny-perl
26
if [[ !(-z "INTEGRATION_TESTS") ]]
27
then
28
- apt install -y unzip gconf2 libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
+ apt install -y unzip gconf2 libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb cpanminus
29
cpanm --notest WebDriver::Tiny
30
31
# We're running integration tests, so we need to set up browsers
0 commit comments