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 d9753a7 commit a3219e6Copy full SHA for a3219e6
.github/workflows/install.sh
@@ -23,7 +23,7 @@ apt-get install -y libstring-camelcase-perl libtest-mocktime-perl libtest-most-p
23
apt-get install -y libtext-csv-encoded-perl libtext-markdown-perl libtie-cache-perl libtree-dagnode-perl liburl-encode-perl
24
apt-get install -y libwww-form-urlencoded-xs-perl libwww-mechanize-chrome-perl libwww-mechanize-perl libyaml-perl postfix
25
apt-get install -y postgresql-client starman perl libtest-tempdir-tiny-perl
26
-if [[ -z "GADS_USERNAME" ]]
+if [[ !(-z "GADS_USERNAME") ]]
27
then
28
apt install -y unzip gconf2 libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
29
cpanm --notest WebDriver::Tiny
0 commit comments