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 e480325 Why does GH chromedriver crash
e480325 is described below
commit e480325470a87f3e556156bdcd998de0a7f3b32e
Author: Sebb <[email protected]>
AuthorDate: Fri Mar 25 12:03:20 2022 +0000
Why does GH chromedriver crash
---
www/board/agenda/Rakefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/board/agenda/Rakefile b/www/board/agenda/Rakefile
index 7fd944c..0900ada 100644
--- a/www/board/agenda/Rakefile
+++ b/www/board/agenda/Rakefile
@@ -54,6 +54,7 @@ end
file 'package-lock.json' => 'package.json' do
sh 'npm install'
sh 'touch package-lock.json'
+ sh 'chromedriver -v || true' # TEMP CHECK
end
file 'test/work' do