diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 3675843581..375d5a03cb 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -4,14 +4,13 @@ name: "CI/CD" on: push: - branches: [master, cypress] paths: - "packages/nc-gui/**" - "scripts/cypress/**" - "packages/nocodb/**" - ".github/workflows/ci-cd.yml" pull_request: - branches: [master] + branches: [master, develop] paths: - "packages/nc-gui/**" - "scripts/cypress/**" diff --git a/scripts/cypress/integration/common/6b_downloadCsv.js b/scripts/cypress/integration/common/6b_downloadCsv.js index 2d224cb2f8..a8f0eec552 100644 --- a/scripts/cypress/integration/common/6b_downloadCsv.js +++ b/scripts/cypress/integration/common/6b_downloadCsv.js @@ -9,6 +9,7 @@ export const genTest = (type, xcdb) => { before(() => { // loginPage.loginAndOpenProject(type) cy.openTableTab("Country", 25); + cy.screenshot("6b-before"); }); after(() => {