feature test
This commit is contained in:
@ -27,7 +27,7 @@ jobs:
|
||||
if [[ -n "$INPUT" ]]; then
|
||||
PACKAGES=$(echo "$INPUT" | tr ',' ' ')
|
||||
else
|
||||
PACKAGES=$(find . -maxdepth 2 -name Makefile \
|
||||
PACKAGES=$(find . -mindepth 2 -maxdepth 2 -name Makefile \
|
||||
| sed 's|^\./||;s|/Makefile||' \
|
||||
| grep -v '^_' \
|
||||
| sort \
|
||||
|
||||
Reference in New Issue
Block a user