From 8caae899a3a63e91e16f93266310c02a543f4dd8 Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Fri, 22 Sep 2023 09:42:29 +0200 Subject: [PATCH] Nightly : Fixed Playwright in 1.7.8.x version --- .github/workflows/cron_nightly_tests_reusable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cron_nightly_tests_reusable.yml b/.github/workflows/cron_nightly_tests_reusable.yml index 3ccbf682a00e2..5284339a2612c 100644 --- a/.github/workflows/cron_nightly_tests_reusable.yml +++ b/.github/workflows/cron_nightly_tests_reusable.yml @@ -226,6 +226,7 @@ jobs: - name: Install browsers working-directory: ${{ inputs.TESTS_DIR }} + if: env.GH_BRANCH != '1.7.8.x' run: npx playwright install --with-deps # Run tests (if error, we continue for uploading report) @@ -297,6 +298,7 @@ jobs: - name: Install browsers working-directory: ${{ inputs.TESTS_DIR }} + if: env.GH_BRANCH != '1.7.8.x' run: npx playwright install --with-deps - name: Combine reports