Skip to content

Commit a7d2420

Browse files
Update node-build.yml
1 parent cf32033 commit a7d2420

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/node-build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ jobs:
2626
run: |
2727
npm install
2828
npm run build
29+
30+
- name: Test
31+
run: |
32+
npx playwright install --with-deps
33+
npm test

0 commit comments

Comments
 (0)