This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 113cb5c  Probably needs to be in same step
113cb5c is described below

commit 113cb5c71c696a4448a3490728334714dce36e08
Author: Sebb <[email protected]>
AuthorDate: Sat Mar 26 12:14:36 2022 +0000

    Probably needs to be in same step
---
 .github/workflows/unittestagenda.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/unittestagenda.yml 
b/.github/workflows/unittestagenda.yml
index 41b7426..4d6876c 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -44,12 +44,13 @@ jobs:
         sudo $(which ruby) -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
     - name: Tweak chromedriver
       run: |
-        chrome --version
-        chromedriver --version
+        which -a google-chrome || true
+        google-chrome --version || true
+        chromedriver --version || true
+    - name: test agenda code
+      run: |
         export DISPLAY=:99
         chromedriver --url-base=/wd/hub &
         sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
-    - name: test agenda code
-      run: |
         cd www/board/agenda
         bundle exec rake

Reply via email to