diff --git a/.github/workflows/podcast-web-pr.yml b/.github/workflows/podcast-web-pr.yml index c503663..2a42cea 100644 --- a/.github/workflows/podcast-web-pr.yml +++ b/.github/workflows/podcast-web-pr.yml @@ -133,7 +133,9 @@ jobs: node-version: "14.x" - name: Install dependencies - run: npm ci + run: | + npm ci + npx playwright install msedge - name: Run Playwright tests run: |