From 46330563faeeac7324281a9eab25d8777de89e0a Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Tue, 9 May 2023 11:57:02 +0200 Subject: [PATCH] chore(ci): update cypress browsers image Signed-off-by: Tilman Vatteroth --- .github/workflows/e2e-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 398b2c237..7859e7cd5 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -152,7 +152,7 @@ jobs: needs: frontend-build runs-on: ubuntu-latest container: - image: cypress/browsers:node-18.14.1-chrome-111.0.5563.64-1-ff-111.0-edge-111.0.1661.43-1 + image: cypress/browsers:node-18.16.0-chrome-112.0.5615.121-1-ff-112.0.1-edge-112.0.1722.48-1 options: --shm-size=2g strategy: fail-fast: false @@ -160,7 +160,7 @@ jobs: containers: [ 1, 2, 3 ] steps: - name: Install additional packages - run: apt-get update && apt-get install -y jq zstd screen + run: apt-get update && apt-get install -y jq zstd screen curl - name: Check out repo uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2