Skip to content

Commit

Permalink
fix: fixed test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Nov 12, 2024
1 parent a4f4859 commit 7393528
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check_publish_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: check_publish_lib
on:
push:
branches:
- 'master'
- "master"

jobs:
check:
Expand Down Expand Up @@ -34,6 +34,9 @@ jobs:
run: |
npx lerna run build --stream --scope @prose-reader/*
- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Test
run: |
npm test
Expand Down

0 comments on commit 7393528

Please sign in to comment.