Skip to content

Commit

Permalink
ci: sync YAML for Build workflow (#1605)
Browse files Browse the repository at this point in the history
Caused by a bad manual update.
  • Loading branch information
krzema12 authored Aug 19, 2024
1 parent 5045609 commit 3b6b47c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ jobs:
run: |-
find -name *.main.kts -print0 | while read -d $'\0' file
do
# This script requires extra steps before it can be compiled, i.e. publishing
# the library to Maven Local. It's handled by the consistency check in this workflow.
if [ "$file" = "./.github/workflows/end-to-end-tests.main.kts" ]; then
continue
fi
Expand Down Expand Up @@ -162,6 +164,8 @@ jobs:
run: |-
find -name "*.main.kts" -print0 | while read -d $'\0' file
do
# This script requires extra steps before it can be compiled, i.e. publishing
# the library to Maven Local. It's handled by the consistency check in this workflow.
if [ "$file" = "./.github/workflows/end-to-end-tests.main.kts" ]; then
continue
fi
Expand Down

0 comments on commit 3b6b47c

Please sign in to comment.