Skip to content

Commit

Permalink
fix: 🐛 addressing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Loonz806 committed Dec 19, 2024
1 parent 2264d6d commit 9c4d030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/githubactions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Install Percy CLI
run: npm install --save-dev @percy/cli
- name: Run Percy Snapshot
run: npx percy snapshot ./dist/index.html
run: npx percy snapshot dist/
- name: Run e2e
run: npm run e2e:test
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9c4d030

Please sign in to comment.