From 65d1f80754f2d1d435d5fc80af2a2d583370e713 Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Fri, 9 May 2025 16:27:52 +0800 Subject: [PATCH] DEV: Remove redundant step from tests workflow playwright and its dependencies are already being installed when we build the `discourse/discourse_test:release` image used by the `tests` workflow. --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f2887e231e45f..659f38e24a5a1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -274,10 +274,6 @@ jobs: if: matrix.build_type == 'system' run: script/assemble_ember_build.rb - - name: Install playwright - if: matrix.build_type == 'system' - run: pnpm playwright install --with-deps --no-shell chromium - - name: Core System Tests if: matrix.build_type == 'system' && matrix.target == 'core' env: