From edee1c2a740a8ac250353ebcf640c2f509061d1e Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Wed, 20 Nov 2024 15:56:17 +0000 Subject: [PATCH] Forgot the no-prefix flag. --- .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 e02caa816a..83b6720e62 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -118,10 +118,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 }} + yarn test -- --scope=@budibase/builder --since=${{ env.NX_BASE_BRANCH }} --no-prefix 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 + yarn test -- --scope=@budibase/builder --no-prefix fi test-worker: