From de8fd072aef8d30b1aefbf7bb7ddb811404b9f07 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Tue, 26 Apr 2022 19:00:15 +0530 Subject: [PATCH] chore: disable nocodb-sdk local installation in ci-cd Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- .github/workflows/ci-cd.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 2bfa13470d..88af4f801d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -50,7 +50,6 @@ jobs: with: start: | npm run build:common - npm run install:common npm run start:api:cache npm run start:web docker-compose -f ./scripts/cypress/docker-compose-pg.yml up -d @@ -96,7 +95,6 @@ jobs: with: start: | npm run build:common - npm run install:common npm run start:api:cache npm run start:web docker-compose -f ./scripts/cypress/docker-compose-pg.yml up -d @@ -142,7 +140,6 @@ jobs: with: start: | npm run build:common - npm run install:common npm run start:api:cache npm run start:web docker-compose -f ./scripts/cypress/docker-compose-pg.yml up -d @@ -188,7 +185,6 @@ jobs: with: start: | npm run build:common - npm run install:common npm run start:api:cache npm run start:web docker-compose -f ./scripts/cypress/docker-compose-pg.yml up -d @@ -234,7 +230,6 @@ jobs: with: start: | npm run build:common - npm run install:common npm run start:api:cache npm run start:web docker-compose -f ./scripts/docker-compose-cypress.yml up -d @@ -280,7 +275,6 @@ jobs: with: start: | npm run build:common - npm run install:common npm run start:api:cache npm run start:web docker-compose -f ./scripts/docker-compose-cypress.yml up -d @@ -326,7 +320,6 @@ jobs: with: start: | npm run build:common - npm run install:common npm run start:api:cache npm run start:web docker-compose -f ./scripts/docker-compose-cypress.yml up -d @@ -372,7 +365,6 @@ jobs: with: start: | npm run build:common - npm run install:common npm run start:api:cache npm run start:web docker-compose -f ./scripts/docker-compose-cypress.yml up -d @@ -418,7 +410,6 @@ jobs: with: start: | npm run build:common - npm run install:common npm run start:xcdb-api:cache npm run start:web docker-compose -f ./scripts/docker-compose-cypress.yml up -d @@ -464,7 +455,6 @@ jobs: with: start: | npm run build:common - npm run install:common npm run start:xcdb-api:cache npm run start:web docker-compose -f ./scripts/docker-compose-cypress.yml up -d @@ -510,7 +500,6 @@ jobs: with: start: | npm run build:common - npm run install:common npm run start:xcdb-api:cache npm run start:web docker-compose -f ./scripts/docker-compose-cypress.yml up -d @@ -556,7 +545,6 @@ jobs: with: start: | npm run build:common - npm run install:common npm run start:xcdb-api:cache npm run start:web docker-compose -f ./scripts/docker-compose-cypress.yml up -d