Skip to content

Commit

Permalink
chore: add in playwright
Browse files Browse the repository at this point in the history
Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
  • Loading branch information
iamnewton committed Nov 10, 2024
1 parent 24746ff commit 1e00edc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- run: npm ci
name: Install dependencies

- run: npx playwright install --with-deps
name: Install Playwright

- run: npm run build:storybook --quiet
name: Build Storybook

Expand Down

0 comments on commit 1e00edc

Please sign in to comment.