Skip to content

Commit

Permalink
test full multiline string and keep jobs running if one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Nov 19, 2024
1 parent 8181055 commit b703d26
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions .github/workflows/cypress new ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,32 @@ jobs:
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
#
- 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
fail-fast: false

###################################################################################################

runs-on: ubuntu-latest
Expand Down

0 comments on commit b703d26

Please sign in to comment.