We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a24181 commit d9cfbf1Copy full SHA for d9cfbf1
.github/workflows/scaladoc.yaml
@@ -42,14 +42,13 @@ jobs:
42
- name: Compile and test scala3doc-js
43
run: ./project/scripts/sbt scaladoc-js-main/test
44
45
- # - name: Compile and test
46
- # run: |
47
- # ./project/scripts/sbt scaladoc/test
48
- # ./project/scripts/cmdScaladocTests
49
- # Temporarily turn off testing to be able to publish test documentation without tests passing
50
-
51
- # - name: Locally publish self
52
- # run: ./project/scripts/sbt scaladoc/publishLocal
+ - name: Compile and test
+ run: |
+ ./project/scripts/sbt scaladoc/test
+ ./project/scripts/cmdScaladocTests
+
+ - name: Locally publish self
+ run: ./project/scripts/sbt scaladoc/publishLocal
53
54
- name: Generate self documentation
55
run: ./project/scripts/sbt scaladoc/generateSelfDocumentation
0 commit comments