From 1bfb23a6f74458136d75ed0735e015f04a3652bd Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Wed, 2 Jul 2025 20:33:25 +0200 Subject: [PATCH] fix pending tests --- .github/workflows/test.build.lib.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.build.lib.yml b/.github/workflows/test.build.lib.yml index 00e82f3b..99b3cd50 100644 --- a/.github/workflows/test.build.lib.yml +++ b/.github/workflows/test.build.lib.yml @@ -37,7 +37,7 @@ jobs: build-examples: if: needs.files-changed.outputs.build == 'true' name: Test Example Apps - needs: [build, files-changed] + needs: [files-changed, build] runs-on: ubuntu-latest strategy: matrix: