From e2fe9856ef55bcca7c6b7b0a6e3ae90102d3312f Mon Sep 17 00:00:00 2001 From: moustachu Date: Thu, 28 Sep 2023 16:28:42 +0200 Subject: [PATCH] update chromedriver to v2 in CI/CD --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 03aa8a4e..f2734421 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -82,7 +82,7 @@ jobs: bundle exec rake assets:precompile - run: mkdir -p ./spec/tmp/screenshots name: Create the screenshots folder - - uses: nanasess/setup-chromedriver@v1.0.1 + - uses: nanasess/setup-chromedriver@v2 - run: bundle exec rspec name: RSpec - run: ./.github/upload_coverage.sh $DECIDIM_MODULE $GITHUB_EVENT_PATH