Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/pdl-live-react-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22
- name: Enable Corepack
run: corepack enable
- name: Install dependencies
run: yarn
run: npm ci
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
run: npx playwright install --with-deps
- name: Test pdl-live viewer
run: yarn test
run: npm test