Skip to content

Commit 8380bf6

Browse files
ci: run tests for tsx files
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 0459cc8 commit 8380bf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-web.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
pull_request:
55
paths:
66
- "**/*.ts"
7+
- "**/*.tsx"
78
- "web/bun.lock"
89
push:
910
paths:
1011
- "**/*.ts"
12+
- "**/*.tsx"
1113
- "web/bun.lock"
1214
workflow_dispatch:
1315

0 commit comments

Comments
 (0)