Skip to content

Commit 3dfd76e

Browse files
abgruszeckimichelou
authored andcommitted
Scala3doc: document testcases
1 parent 7f9dd36 commit 3dfd76e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/scala3doc.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,12 @@ jobs:
4848
- name: Locally publish self
4949
run: ./project/scripts/sbt scala3doc/publishLocal
5050

51-
- name: Generate test documentation
51+
- name: Generate self documentation
5252
run: ./project/scripts/sbt scala3doc/generateSelfDocumentation
5353

54+
- name: Generate testcases documentation
55+
run: ./project/scripts/sbt scala3doc/generateTestcasesDocumentation
56+
5457
- name: Generate Scala 3 documentation
5558
run: ./project/scripts/sbt scala3doc/generateScala3Documentation
5659

0 commit comments

Comments
 (0)