Skip to content

Commit

Permalink
Added build step in playwright GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
praveen5959 committed Nov 19, 2024
1 parent 8d9611b commit 85e7535
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
node-version: lts/*
- name: Install dependencies
run: npm install -g pnpm && pnpm install
- name: Build Console
run: pnpm run build
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests
Expand Down

0 comments on commit 85e7535

Please sign in to comment.