if false, return empty string

This commit is contained in:
Fendy Heryanto
2025-09-25 16:03:32 +07:00
parent 67f489ecfa
commit 5c692ac98b

View File

@@ -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 }}