Skip to content

Commit b76b889

Browse files
committed
scaladoc.yaml: publish all bootstrapped artifacts, scala-cli requires repl, tasty-inspector, staging, etc.
1 parent 3ccbde2 commit b76b889

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/scaladoc.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,13 @@ jobs:
103103
104104
# Publish locally minimal set of artifacts that would be required to test snippets
105105
sbt "set every doc := new File(\"unused\");\
106-
all \
107-
scala-library-bootstrapped/publishLocal \
108-
scala3-compiler-bootstrapped-new/publishLocal \
109-
scala3-interfaces/publishLocal \
110-
scala3-library-bootstrapped-new/publishLocal \
111-
"
106+
scala3-bootstrapped-new/publishLocal
107+
"
112108
- name: Test error code snippets
113109
shell: bash
114110
run: scala-cli test -S ${{ env.SCALA_VERSION }} --with-compiler project/scripts/checkErrorCodeSnippets.test.scala -- +l +a +c
115-
- if: failure()
111+
- name: "[On failure] Print reproduction/fix steps"
112+
if: failure()
116113
run: |
117114
cat << EOF >> $GITHUB_STEP_SUMMARY
118115
Snippets validation for error codes failed

0 commit comments

Comments
 (0)