From f93b86119b85dbd9510dc195842350caf633e2aa Mon Sep 17 00:00:00 2001 From: Giles Westwood Date: Thu, 12 Dec 2024 13:38:23 +0000 Subject: [PATCH] test splitting edit affiliations test --- ...=> test-e2e-cypress-edit-affiliations.yml} | 30 +------------------ 1 file changed, 1 insertion(+), 29 deletions(-) rename .github/workflows/{test-e2e-cypress-edit-affiliation.yml => test-e2e-cypress-edit-affiliations.yml} (71%) diff --git a/.github/workflows/test-e2e-cypress-edit-affiliation.yml b/.github/workflows/test-e2e-cypress-edit-affiliations.yml similarity index 71% rename from .github/workflows/test-e2e-cypress-edit-affiliation.yml rename to .github/workflows/test-e2e-cypress-edit-affiliations.yml index 666c7339..0ec45986 100644 --- a/.github/workflows/test-e2e-cypress-edit-affiliation.yml +++ b/.github/workflows/test-e2e-cypress-edit-affiliations.yml @@ -1,4 +1,4 @@ -name: test-e2e-cypress-all +name: test-e2e-cypress-edit-affiliations on: workflow_dispatch: @@ -8,38 +8,10 @@ jobs: strategy: matrix: include: - - name: csv-add-affiliations - spec: | - cypress/e2e/retention/csv-add-affiliations.cy.js - - name: csv-edit-affiliations spec: | cypress/e2e/retention/csv-edit-affiliations.cy.js - - name: add-affiliation - spec: | - cypress/e2e/retention/add-affiliation.cy.js - - - name: notifications - spec: | - cypress/e2e/retention/notifications.cy.js - - - name: other-tests - spec: | - cypress/e2e/retention/add-member.cy.js - cypress/e2e/retention/add-user.cy.js - cypress/e2e/retention/csv-invalid-affiliation.cy.js - cypress/e2e/retention/edit-affiliation.cy.js - cypress/e2e/retention/edit-member.cy.js - cypress/e2e/retention/edit-user.cy.js - cypress/e2e/retention/reset-password.cy.js - cypress/e2e/retention/restricted-access.cy.js - cypress/e2e/retention/ui-authorities.cy.js - cypress/e2e/retention/ui-login.cy.js - cypress/e2e/retention/ui-pagination.cy.js - cypress/e2e/retention/ui-homepage.cy.js - cypress/e2e/retention/ui-homepage-edit.cy.js - cypress/e2e/retention/ui-reports.cy.js # keep running jobs even if one test fails in case there are multiple failed tests fail-fast: false