mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:57:23 +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
|
||||
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 }}
|
||||
|
||||
Reference in New Issue
Block a user