Skip to content

Commit

Permalink
ci: install playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugustinette committed Oct 22, 2024
1 parent 7a6ae3e commit ed05c03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
run: npm install
run: npm ci
# Build all packages
- name: Build all packages
run: npx nx run-many --target=build --all
# Install Playwright for browser testing
- name: Install Playwright
run: npx playwright install --with-deps
# Run tests and generate reports with Vitest
- name: Generate test reports
run: npm run test:report
Expand Down

0 comments on commit ed05c03

Please sign in to comment.