We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2adf158 commit df3a23fCopy full SHA for df3a23f
2 files changed
.github/workflows/entrypoint.sh
@@ -33,7 +33,7 @@ for PKG in /ci/*.ipk; do
33
fi
34
else
35
echo "Use generic test"
36
- PKG_FILES=$(opkg files "$PKG_NAME")
+ PKG_FILES=$(opkg files "$PKG_NAME" | grep -E "/bin|/sbin|/usr/bin|/usr/sbin")
37
SUCCESS=0
38
FOUND_EXE=0
39
for FILE in $PKG_FILES; do
utils/vim/test.sh
0 commit comments