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)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 1 Sep 2023 19:57:15 +0000 (21:57 +0200)
commit675248d9b7b36f4d25c8ed76846d18039bbf5f05
treecf25d20b19eab77537ea860986ee55cc725a9e5f
parent4f115606ab18d64e1460508d9676c93f2e991ab5
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>
(cherry picked from commit 299ee2b1cfd20a7c9d31e8024b4333e8da035af3)
.github/workflows/multi-arch-test-build.yml