From 08a961e76c06ce81e617c88be1034630c7329d9c Mon Sep 17 00:00:00 2001 From: Pranav C Date: Wed, 27 Sep 2023 20:24:40 +0530 Subject: [PATCH] Revert "temp" This reverts commit f4ec200973072b0a614913c17d9239151108bd15. --- .github/workflows/ci-cd.yml | 10 +++++----- packages/nocodb/tests/unit/rest/tests/groupby.test.ts | 5 ----- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 7cea7806cd..fcf267fdef 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -130,7 +130,7 @@ jobs: uses: ./.github/workflows/playwright-test-workflow.yml with: db: mysql - shard: 4 + shard: 4 playwright-sqlite-1: needs: pre-build-for-playwright if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }} @@ -151,14 +151,14 @@ jobs: uses: ./.github/workflows/playwright-test-workflow.yml with: db: sqlite - shard: 3 + shard: 3 playwright-sqlite-4: needs: pre-build-for-playwright if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }} uses: ./.github/workflows/playwright-test-workflow.yml with: db: sqlite - shard: 4 + shard: 4 playwright-pg-shard-1: needs: pre-build-for-playwright if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }} @@ -179,11 +179,11 @@ jobs: uses: ./.github/workflows/playwright-test-workflow.yml with: db: pg - shard: 3 + shard: 3 playwright-pg-shard-4: needs: pre-build-for-playwright if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }} uses: ./.github/workflows/playwright-test-workflow.yml with: db: pg - shard: 4 + shard: 4 \ No newline at end of file diff --git a/packages/nocodb/tests/unit/rest/tests/groupby.test.ts b/packages/nocodb/tests/unit/rest/tests/groupby.test.ts index 6c74c7c20f..09da0994a1 100644 --- a/packages/nocodb/tests/unit/rest/tests/groupby.test.ts +++ b/packages/nocodb/tests/unit/rest/tests/groupby.test.ts @@ -273,9 +273,6 @@ function groupByTests() { sort: `-LanguageName`, }) .expect(200); - - console.log(JSON.stringify(response.body.list, null, 2)); - assert.match(response.body.list[0]['LanguageName'], /^English/); expect(+response.body.list[0]['count']).to.equal(1000); expect(response.body.list.length).to.equal(1); @@ -342,8 +339,6 @@ function groupByTests() { }) .expect(200); - console.log(JSON.stringify(res.body.list, null, 2)); - expect(res.body.list.length).to.equal(5); expect(res.body.list[0][nestedFormulaColumnTitle]).to.be.gte( res.body.list[0][nestedFormulaColumnTitle],