From a7d1454d30cb726ab5f0b1bf88ccfbc3d03fd446 Mon Sep 17 00:00:00 2001 From: Adish M Date: Mon, 30 Oct 2023 12:48:16 +0530 Subject: [PATCH] marketplace workflow fix --- .github/workflows/cypress-appbuilder.yml | 3 +++ .github/workflows/cypress-marketplace.yml | 6 ++++++ .github/workflows/cypress-platform.yml | 3 +++ 3 files changed, 12 insertions(+) diff --git a/.github/workflows/cypress-appbuilder.yml b/.github/workflows/cypress-appbuilder.yml index f1a5bd6a00..4adabab5ea 100644 --- a/.github/workflows/cypress-appbuilder.yml +++ b/.github/workflows/cypress-appbuilder.yml @@ -191,6 +191,9 @@ jobs: sleep 5 done' + - name: Seeding + run: docker exec Tooljet-app npm run db:seed:prod + - name: Create Cypress environment file id: create-json uses: jsdaniell/create-json@1.1.2 diff --git a/.github/workflows/cypress-marketplace.yml b/.github/workflows/cypress-marketplace.yml index edf9c6e7bb..56224b7279 100644 --- a/.github/workflows/cypress-marketplace.yml +++ b/.github/workflows/cypress-marketplace.yml @@ -82,6 +82,9 @@ jobs: sleep 5 done' + - name: Seeding + run: docker exec Tooljet-app npm run db:seed:prod + - name: Create Cypress environment file id: create-json uses: jsdaniell/create-json@1.1.2 @@ -178,6 +181,9 @@ jobs: sleep 5 done' + - name: Seeding + run: docker exec Tooljet-app npm run db:seed:prod + - name: Create Cypress environment file id: create-json uses: jsdaniell/create-json@1.1.2 diff --git a/.github/workflows/cypress-platform.yml b/.github/workflows/cypress-platform.yml index 5b7551430c..1d2fc06b4f 100644 --- a/.github/workflows/cypress-platform.yml +++ b/.github/workflows/cypress-platform.yml @@ -195,6 +195,9 @@ jobs: sleep 5 done' + - name: Seeding + run: docker exec Tooljet-app npm run db:seed:prod + - name: Create Cypress environment file id: create-json uses: jsdaniell/create-json@1.1.2