diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 49c47e5251..92d400a548 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -17,6 +17,8 @@ jobs: run: npm ci - name: Deploy Application run: npm run go + - name: Install test dependencies + run: npm ci - name: Install Playwright Browsers run: npx playwright install --with-deps working-directory: tests