Skip to content

Commit 6e65b10

Browse files
committed
ci(actions): oops, actually check types 🤦🏻‍♂️
1 parent 1851fe7 commit 6e65b10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
npm install playwright@${{ matrix.playwright }}
4848
npm install @playwright/test@${{ matrix.playwright }}
4949
50+
- name: Check types
51+
run: npm run test:types
52+
5053
- name: Check types, run lint + tests
5154
run: |
5255
npm why playwright

0 commit comments

Comments
 (0)