From 8821ed428dea27aa08e6702d9957729e82de8822 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Wed, 17 Jul 2024 21:26:56 +0200 Subject: [PATCH] s --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2b488f019..73e96c3f54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,6 +183,9 @@ jobs: - name: Install e2e tests dependencies run: playwright install chromium if: matrix.end-to-end + - name: Install e2e tests dependencies + run: python -m playwright install --with-deps + if: matrix.end-to-end - name: Run end-to-end tests run: | mkdir screenshots