From ec0961ba091c1aee5224a31dafc6a7cb76bc8c86 Mon Sep 17 00:00:00 2001 From: Simon Malm Date: Mon, 1 Sep 2025 16:19:31 +0200 Subject: [PATCH] ci: remove playwright browsers step --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09e5693..b39b1dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,6 @@ jobs: - name: Install dependencies run: just install - - name: Install Playwright browsers - run: just install-browsers - - name: Run CI pipeline run: just ci