From 5ff26ab2da925032946b9fc4715b083d10c3498c Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Thu, 10 Aug 2023 17:33:31 +0300 Subject: [PATCH] Do not build using affected --- .github/workflows/budibase_ci.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index a94c56407f..b754587d34 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -69,19 +69,11 @@ jobs: # Run build all the projects - name: Build run: | - if ${{ env.USE_NX_AFFECTED }}; then - yarn build --since=${{ env.NX_BASE_BRANCH }} - else - yarn build - fi + yarn build # Check the types of the projects built via esbuild - name: Check types run: | - if ${{ env.USE_NX_AFFECTED }}; then - yarn check:types --since=${{ env.NX_BASE_BRANCH }} - else - yarn check:types - fi + yarn check:types test-libraries: runs-on: ubuntu-latest