From 0cbeb4337fcbfb2a554ddf08c702372be2be1402 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Mon, 13 Mar 2023 15:27:05 +0530 Subject: [PATCH] fix: job name typo --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 5197c0355b..f69d3643b6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.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 }}