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>
Mon, 23 Oct 2023 15:01:20 +0000 (17:01 +0200)
commit0bc50215c44015086c1c955c9df198164d7a5e4f
tree57260fd9c5be068a83ada856f3a7db1f87465f28
parent274aea387386c56757f6143d1c22a7111b5a186a
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