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