Browse Source

chore: CICD- revert storing meta db file

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3655/head
Raju Udava 2 years ago
parent
commit
952b720625
  1. 56
      .github/workflows/ci-cd.yml

56
.github/workflows/ci-cd.yml

@ -60,9 +60,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: cypress-restTableOps-run-cache-snapshots
path: |
scripts/cypress/screenshots
packages/nocodb/noco.db
path: scripts/cypress/screenshots
retention-days: 2
cypress-restViews-run-cache:
runs-on: ubuntu-20.04
@ -106,9 +104,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: cypress-restViews-run-cache-snapshots
path: |
scripts/cypress/screenshots
packages/nocodb/noco.db
path: scripts/cypress/screenshots
retention-days: 2
cypress-restRoles-run-cache:
runs-on: ubuntu-20.04
@ -152,9 +148,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: cypress-restRoles-run-cache-snapshots
path: |
scripts/cypress/screenshots
packages/nocodb/noco.db
path: scripts/cypress/screenshots
retention-days: 2
cypress-restMisc-run-cache:
runs-on: ubuntu-20.04
@ -198,9 +192,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: cypress-restMisc-run-cache-snapshots
path: |
scripts/cypress/screenshots
packages/nocodb/noco.db
path: scripts/cypress/screenshots
retention-days: 2
cypress-xcdb-restTableOps-run-cache:
runs-on: ubuntu-20.04
@ -244,9 +236,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: cypress-xcdb-restTableOps-run-cache-snapshots
path: |
scripts/cypress/screenshots
packages/nocodb/noco.db
path: scripts/cypress/screenshots
retention-days: 2
cypress-xcdb-restViews-run-cache:
runs-on: ubuntu-20.04
@ -290,9 +280,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: cypress-xcdb-restViews-run-cache-snapshots
path: |
scripts/cypress/screenshots
packages/nocodb/noco.db
path: scripts/cypress/screenshots
retention-days: 2
cypress-xcdb-restRoles-run-cache:
runs-on: ubuntu-20.04
@ -336,9 +324,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: cypress-xcdb-restRoles-run-cache-snapshots
path: |
scripts/cypress/screenshots
packages/nocodb/noco.db
path: scripts/cypress/screenshots
retention-days: 2
cypress-xcdb-restMisc-run-cache:
runs-on: ubuntu-20.04
@ -382,9 +368,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: cypress-xcdb-restMisc-run-cache-snapshots
path: |
scripts/cypress/screenshots
packages/nocodb/noco.db
path: scripts/cypress/screenshots
retention-days: 2
cypress-pg-restTableOps-run-cache:
runs-on: ubuntu-20.04
@ -428,9 +412,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: cypress-pg-restTableOps-run-cache-snapshots
path: |
scripts/cypress/screenshots
packages/nocodb/noco.db
path: scripts/cypress/screenshots
retention-days: 2
cypress-pg-restViews-run-cache:
runs-on: ubuntu-20.04
@ -474,9 +456,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: cypress-pg-restViews-run-cache-snapshots
path: |
scripts/cypress/screenshots
packages/nocodb/noco.db
path: scripts/cypress/screenshots
retention-days: 2
cypress-pg-restRoles-run-cache:
runs-on: ubuntu-20.04
@ -520,9 +500,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: cypress-pg-restRoles-run-cache-snapshots
path: |
scripts/cypress/screenshots
packages/nocodb/noco.db
path: scripts/cypress/screenshots
retention-days: 2
cypress-pg-restMisc-run-cache:
runs-on: ubuntu-20.04
@ -566,9 +544,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: cypress-pg-restMisc-run-cache-snapshots
path: |
scripts/cypress/screenshots
packages/nocodb/noco.db
path: scripts/cypress/screenshots
retention-days: 2
cy-quick-sqlite:
runs-on: ubuntu-20.04
@ -613,9 +589,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: cy-quick-sqlite-snapshots
path: |
scripts/cypress/screenshots
packages/nocodb/noco.db
path: scripts/cypress/screenshots
retention-days: 2
cy-quick-pg:
runs-on: ubuntu-20.04
@ -659,9 +633,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: cy-quick-pg-snapshots
path: |
scripts/cypress/screenshots
packages/nocodb/noco.db
path: scripts/cypress/screenshots
retention-days: 2
unit-tests:
runs-on: ubuntu-20.04

Loading…
Cancel
Save