Skip to content

Commit a3219e6

Browse files
Inverted condition to ensure if statement is correct
1 parent d9753a7 commit a3219e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ apt-get install -y libstring-camelcase-perl libtest-mocktime-perl libtest-most-p
2323
apt-get install -y libtext-csv-encoded-perl libtext-markdown-perl libtie-cache-perl libtree-dagnode-perl liburl-encode-perl
2424
apt-get install -y libwww-form-urlencoded-xs-perl libwww-mechanize-chrome-perl libwww-mechanize-perl libyaml-perl postfix
2525
apt-get install -y postgresql-client starman perl libtest-tempdir-tiny-perl
26-
if [[ -z "GADS_USERNAME" ]]
26+
if [[ !(-z "GADS_USERNAME") ]]
2727
then
2828
apt install -y unzip gconf2 libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
2929
cpanm --notest WebDriver::Tiny

0 commit comments

Comments
 (0)