Skip to content

Commit bfd1b13

Browse files
committed
test: update github actions for react ui to use npm not yarn
This slipped through the cracks of #339 Signed-off-by: Nick Mitchell <[email protected]>
1 parent 50b051d commit bfd1b13

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/pdl-live-react-tests.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@ jobs:
2424
uses: actions/setup-node@v4
2525
with:
2626
node-version: 22
27-
- name: Enable Corepack
28-
run: corepack enable
2927
- name: Install dependencies
30-
run: yarn
28+
run: npm ci
3129
- name: Install Playwright Browsers
32-
run: yarn playwright install --with-deps
30+
run: npx playwright install --with-deps
3331
- name: Test pdl-live viewer
34-
run: yarn test
32+
run: npm test

0 commit comments

Comments
 (0)