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 5f1a84a Check versions
5f1a84a is described below
commit 5f1a84a09fc88fe1c7851225177bd4b72c29020b
Author: Sebb <[email protected]>
AuthorDate: Sat Mar 26 00:07:10 2022 +0000
Check versions
---
.github/workflows/unittestagenda.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index f4efb3c..41b7426 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -44,6 +44,8 @@ jobs:
sudo $(which ruby) -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
- name: Tweak chromedriver
run: |
+ chrome --version
+ chromedriver --version
export DISPLAY=:99
chromedriver --url-base=/wd/hub &
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &