Skip to content

Commit 44f0801

Browse files
committed
Add JS tests to GH workflow
1 parent 26866e1 commit 44f0801

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/scala3doc.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 scala3doc/test
4043

0 commit comments

Comments
 (0)