Browse Source

fix: job name typo

pull/5289/head
Raju Udava 1 year ago committed by GitHub
parent
commit
0cbeb4337f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci-cd.yml

2
.github/workflows/ci-cd.yml

@ -63,7 +63,7 @@ jobs:
- name: run unit tests
working-directory: ./packages/nocodb
run: npm run test:unit
unit-tests:pg:
unit-tests-pg:
runs-on: ubuntu-20.04
timeout-minutes: 40
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}

Loading…
Cancel
Save