Skip to content

Commit

Permalink
fix: 🐛 addressing setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Loonz806 committed Dec 19, 2024
1 parent 0b0de69 commit 5f7f2a8
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 @@ -90,7 +90,7 @@ jobs:
if: steps.npm-cache.outputs.cache-hit != 'true'
run: npm install
- name: Cypress install
run: npx cypress install
run: npx playwright install --with-deps
- name: Run Build
run: npm run build
- name: Run e2e
Expand Down

0 comments on commit 5f7f2a8

Please sign in to comment.