Files
openproject/docker
Christophe Bliard c86e0aaf3a Trigger download of chrome/chromedriver binaries in CI
When a new chrome or chromedriver version is available, the CI build
updates it. In fact, each of the 32 rspec processes will try to download
the new version and then run chromedriver. This leads to problems as the
chromedriver binary being run may still be downloaded by another rspec
process. This leads to the following error: "Text file busy".

This commit adds a step to the CI build that downloads the binaries
before the tests are run.
2023-08-24 11:58:48 +02:00
..
2023-08-16 16:26:30 +02:00
2023-08-07 16:15:12 +02:00