Skip to content

Commit

Permalink
fix: 🐛 addressing build before CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Loonz806 committed Dec 19, 2024
1 parent 85cdf01 commit 2264d6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/githubactions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ jobs:
- name: Install npm
if: steps.npm-cache.outputs.cache-hit != 'true'
run: npm install
- name: Run Build
run: npm run build
- 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
run: npx percy snapshot ./dist/index.html
- name: Run e2e
run: npm run e2e:test
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2264d6d

Please sign in to comment.