Skip to content

Commit

Permalink
feat: add build stage in test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel-Tyan committed Nov 20, 2024
1 parent 4b31ca4 commit 7c560d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-visual-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: npm ci
- name: Install Demo Packages
run: cd demo && npm i
- name: Build Files
run: npm run build
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Visual Tests
Expand Down

0 comments on commit 7c560d2

Please sign in to comment.