From a7b51c8d08ae95afc8db29001c7d0ea7949ad994 Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Wed, 20 Nov 2024 16:09:09 +0000 Subject: [PATCH] Give up on annotations for packages/builder for now. --- .github/workflows/budibase_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index d30ef8f2fa..1258bddcca 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -115,10 +115,10 @@ jobs: run: | if ${{ env.ONLY_AFFECTED_TASKS }}; then yarn test -- --ignore=@budibase/worker --ignore=@budibase/server --ignore=@budibase/builder --no-prefix --since=${{ env.NX_BASE_BRANCH }} -- --verbose --reporters=default --reporters=github-actions - yarn test -- --scope=@budibase/builder --since=${{ env.NX_BASE_BRANCH }} --no-prefix -- --reporter=default --reporter=github-actions + yarn test -- --scope=@budibase/builder --since=${{ env.NX_BASE_BRANCH }} else yarn test -- --ignore=@budibase/worker --ignore=@budibase/server --ignore=@budibase/builder --no-prefix -- --verbose --reporters=default --reporters=github-actions - yarn test -- --scope=@budibase/builder --no-prefix -- --reporter=default --reporter=github-actions + yarn test -- --scope=@budibase/builder --no-prefix fi test-worker: