File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,13 @@ jobs:
4242 - name : Compile and test scala3doc-js
4343 run : ./project/scripts/sbt scaladoc-js-main/test
4444
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
45+ - name : Compile and test
46+ run : |
47+ ./project/scripts/sbt scaladoc/test
48+ ./project/scripts/cmdScaladocTests
49+
50+ - name : Locally publish self
51+ run : ./project/scripts/sbt scaladoc/publishLocal
5352
5453 - name : Generate self documentation
5554 run : ./project/scripts/sbt scaladoc/generateSelfDocumentation
You can’t perform that action at this time.
0 commit comments