From e5bb2a6d72b738da229865d51ab725cbfa197d5a Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Fri, 30 Aug 2024 11:29:11 +0200 Subject: [PATCH] build(.github) use correct playwright install command --- .github/workflows/tests-end-to-end-seating.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-end-to-end-seating.yml b/.github/workflows/tests-end-to-end-seating.yml index 6dd0efae2c..00609f3c7b 100644 --- a/.github/workflows/tests-end-to-end-seating.yml +++ b/.github/workflows/tests-end-to-end-seating.yml @@ -183,7 +183,7 @@ jobs: # Install Playwright dependencies (chromium) # ------------------------------------------------------------------------------ - name: Install Playwright dependencies - run: ${SLIC_BIN} playwright install chromium + run: ${SLIC_BIN} playwright install env: CI: 'true' # ------------------------------------------------------------------------------