diff --git a/.github/workflows/githubactions.yml b/.github/workflows/githubactions.yml index a2b3e8b..6654ad3 100644 --- a/.github/workflows/githubactions.yml +++ b/.github/workflows/githubactions.yml @@ -89,8 +89,12 @@ jobs: - name: Install npm if: steps.npm-cache.outputs.cache-hit != 'true' run: npm install - - name: Cypress install + - name: Playwright install run: npx playwright install --with-deps + - name: Install Percy CLI + run: npm install --save-dev @percy/cli + - name: Run Percy Snapshot + run: npx percy snapshot _site/ - name: Run Build run: npm run build - name: Run e2e