From a565fd66918e1d780ab0da08465b4a6dc34608f9 Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Mon, 27 Mar 2023 13:09:25 +0200 Subject: [PATCH] chore(ci): add example between android lib and example --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4fa7c90..9f49bfe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,7 @@ jobs: working-directory: android build-android-example: runs-on: ubuntu-latest + needs: build-android-lib steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3