From 5fc27b28ebae00267308fc5fc7f5e331de5514af Mon Sep 17 00:00:00 2001 From: Younes Jaaidi Date: Mon, 9 Dec 2024 16:28:23 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=A4=96=20remove=20Playwright=20brow?= =?UTF-8?q?ser=20installation=20step=20from=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tests are executing on Nx cloud --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7f827c..5bedd27 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,8 +31,6 @@ jobs: - uses: oven-sh/setup-bun@v1 with: bun-version: latest - - name: Install Playwright Browsers - run: bunx playwright install chromium --with-deps - run: bun install --frozen-lockfile --ignore-scripts - uses: nrwl/nx-set-shas@v4