mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 08:15:56 +00:00
if false, return empty string
This commit is contained in:
2
.github/workflows/unit-test-pg.yml
vendored
2
.github/workflows/unit-test-pg.yml
vendored
@@ -67,4 +67,4 @@ jobs:
|
|||||||
- name: run unit tests
|
- name: run unit tests
|
||||||
working-directory: ./packages/nocodb
|
working-directory: ./packages/nocodb
|
||||||
run: |
|
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user