From d2768db2a325cf620b4c24ae446d562c47cc2416 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Mon, 22 May 2023 13:51:07 +0200 Subject: [PATCH] Fix build ordering issues --- .github/workflows/budibase_ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index b594a8a62f..a704a32cf7 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -44,7 +44,6 @@ jobs: node-version: 14.x cache: "yarn" - run: yarn - - run: yarn build --scope=@budibase/string-templates - run: yarn nx run-many -t=check:types test: @@ -60,7 +59,7 @@ jobs: node-version: 14.x cache: "yarn" - run: yarn - - run: yarn build --scope=@budibase/types --scope=@budibase/shared-core --scope=@budibase/string-templates + - run: yarn build --projects @budibase/types,@budibase/shared-core,@budibase/string-templates - run: yarn test --ignore=@budibase/pro - uses: codecov/codecov-action@v3 with: