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 @@ -102,6 +102,8 @@ workflow(
102
102
command = """
103
103
find -name *.main.kts -print0 | while read -d ${' $' } '\0' file
104
104
do
105
+ # This script requires extra steps before it can be compiled, i.e. publishing
106
+ # the library to Maven Local. It's handled by the consistency check in this workflow.
105
107
if [ "${' $' } file" = "./.github/workflows/end-to-end-tests.main.kts" ]; then
106
108
continue
107
109
fi
@@ -134,6 +136,8 @@ workflow(
134
136
command = """
135
137
find -name "*.main.kts" -print0 | while read -d ${' $' } '\0' file
136
138
do
139
+ # This script requires extra steps before it can be compiled, i.e. publishing
140
+ # the library to Maven Local. It's handled by the consistency check in this workflow.
137
141
if [ "${' $' } file" = "./.github/workflows/end-to-end-tests.main.kts" ]; then
138
142
continue
139
143
fi
You can’t perform that action at this time.
0 commit comments