Skip to content

Commit 4dbea6b

Browse files
[CI] Disable failing scaladoc tests from CI (scala#25022)
Previously was not reached due to unknown reasons Requires scala#24963
1 parent 3f428a9 commit 4dbea6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/scaladoc.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ jobs:
4343
- name: Compile and test
4444
run: |
4545
./project/scripts/sbt scaladoc/test
46-
./project/scripts/sbt dist/Universal/stage
47-
./project/scripts/cmdScaladocTests
46+
# TODO: invalid interpolation of inherited @define #24963
47+
# ./project/scripts/sbt dist/Universal/stage
48+
# ./project/scripts/cmdScaladocTests
4849
4950
- name: Locally publish self
5051
run: ./project/scripts/sbt scaladoc/publishLocal

0 commit comments

Comments
 (0)