We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5045609 commit 3b6b47cCopy full SHA for 3b6b47c
1 file changed
.github/workflows/build.yaml
@@ -133,6 +133,8 @@ jobs:
133
run: |-
134
find -name *.main.kts -print0 | while read -d $'\0' file
135
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.
138
if [ "$file" = "./.github/workflows/end-to-end-tests.main.kts" ]; then
139
continue
140
fi
@@ -162,6 +164,8 @@ jobs:
162
164
163
165
find -name "*.main.kts" -print0 | while read -d $'\0' file
166
167
168
169
170
171
0 commit comments