File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments