File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,8 @@ jobs:
133133 run : |-
134134 find -name *.main.kts -print0 | while read -d $'\0' file
135135 do
136+ # This script requires extra steps before it can be compiled, i.e. publishing
137+ # the library to Maven Local. It's handled by the consistency check in this workflow.
136138 if [ "$file" = "./.github/workflows/end-to-end-tests.main.kts" ]; then
137139 continue
138140 fi
@@ -162,6 +164,8 @@ jobs:
162164 run : |-
163165 find -name "*.main.kts" -print0 | while read -d $'\0' file
164166 do
167+ # This script requires extra steps before it can be compiled, i.e. publishing
168+ # the library to Maven Local. It's handled by the consistency check in this workflow.
165169 if [ "$file" = "./.github/workflows/end-to-end-tests.main.kts" ]; then
166170 continue
167171 fi
You can’t perform that action at this time.
0 commit comments