From 85cdf01f636f7d25f81e177dae2d50726fdbe9af Mon Sep 17 00:00:00 2001 From: Lenny Peters Date: Thu, 19 Dec 2024 09:00:55 -0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20addressing=20ci=20percy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/githubactions.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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