From 80c5622050910eebcb41319ce7ee54612425163b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ig=C3=B3n?= Date: Thu, 10 Oct 2024 16:20:59 +0200 Subject: [PATCH] update workflow test chromedriver version --- .github/workflows/test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 454f0a9..6f42e4b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,9 +27,6 @@ jobs: options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 steps: - - name: Set Chrome Version - run: echo "CHROME_VERSION=119.0.6045.105" >> $GITHUB_ENV - - uses: actions/checkout@v2 with: fetch-depth: 1 @@ -41,8 +38,7 @@ jobs: - uses: nanasess/setup-chromedriver@v2 with: - chromedriver-version: 119.0.6045.105 - + chromedriver-version: 129.0.6668.89 - name: Setup & create Database run: |