Skip to content

Commit d9cfbf1

Browse files
committed
Re-enable tests in CI
1 parent 6a24181 commit d9cfbf1

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/scaladoc.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)