From 0e51b84180e4f4e19d7d9a4050ef9533d2c1bafd Mon Sep 17 00:00:00 2001 From: AmauryD Date: Sun, 12 Nov 2023 22:19:16 +0100 Subject: [PATCH] CI fix --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8adf194..2f7da95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,5 +23,7 @@ jobs: with: version: 8 run_install: true + - name: Install Playwright Browsers + run: npx playwright install --with-deps - name: Run Tests run: pnpm test