CI: Do package run-tests only if target packages were built
authorJeffery To <jeffery.to@gmail.com>
Wed, 10 May 2023 06:10:37 +0000 (14:10 +0800)
committerNick Hainke <vincent@systemli.org>
Mon, 26 Jun 2023 09:29:59 +0000 (11:29 +0200)
commit299ee2b1cfd20a7c9d31e8024b4333e8da035af3
tree61716b628c6b7671b8ebeaca6922d6893bfd663c
parent89cf0d561977c028b45e5ab6db1b34dab27b9a11
CI: Do package run-tests only if target packages were built

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>
.github/workflows/multi-arch-test-build.yml