From 5c692ac98bebbc6b364d8365c44ff5403051a137 Mon Sep 17 00:00:00 2001 From: Fendy Heryanto Date: Thu, 25 Sep 2025 16:03:32 +0700 Subject: [PATCH] if false, return empty string --- .github/workflows/unit-test-pg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-test-pg.yml b/.github/workflows/unit-test-pg.yml index 209f384434..f4fb7b0f6c 100644 --- a/.github/workflows/unit-test-pg.yml +++ b/.github/workflows/unit-test-pg.yml @@ -67,4 +67,4 @@ jobs: - name: run unit tests working-directory: ./packages/nocodb run: | - pnpm run test:unit:pg:ee${{ inputs.no_prefix && '-no-prefix' }} --forbid-only ${{ inputs.test_set && ('--test-set-') }}${{ inputs.test_set }} + pnpm run test:unit:pg:ee${{ inputs.no_prefix && '-no-prefix' || '' }} --forbid-only ${{ inputs.test_set && '--test-set-' || '' }}${{ inputs.test_set }}