Skip to content

Commit

Permalink
fix: 🐛 addressing ci percy
Browse files Browse the repository at this point in the history
  • Loading branch information
Loonz806 committed Dec 19, 2024
1 parent 4f4096b commit 85cdf01
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/githubactions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85cdf01

Please sign in to comment.