mirror of
https://github.com/openwrt/packages.git
synced 2025-12-25 18:24:51 +04:00
Currently, the package run-test phase will fail for PRs that only add/update host-only packages, as no target packages (*.ipk) are built. This checks if any target packages are built before attempting the run-tests. Signed-off-by: Jeffery To <jeffery.to@gmail.com>