Skip to content

Commit a64a34f

Browse files
committed
Add JS tests to GH workflow
1 parent 8f8c351 commit a64a34f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/scaladoc.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
with:
3636
java-version: 11
3737

38+
- name: Compile and test scala3doc-js
39+
run: ./project/scripts/sbt scala3doc-js/test
40+
3841
- name: Compile and test
3942
run: ./project/scripts/sbt scaladoc/test
4043

0 commit comments

Comments
 (0)