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:
42
42
- name : Compile and test scala3doc-js
43
43
run : ./project/scripts/sbt scaladoc-js-main/test
44
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
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
53
52
54
53
- name : Generate self documentation
55
54
run : ./project/scripts/sbt scaladoc/generateSelfDocumentation
You can’t perform that action at this time.
0 commit comments