@@ -16,31 +16,32 @@ jobs:
16
16
spec : |
17
17
cypress/e2e/retention/csv-edit-affiliations.cy.js
18
18
19
- # - name: add-affiliation
20
- # spec:
21
- # - cypress/e2e/retention/add-affiliation.cy.js
22
- #
23
- # - name: notifications
24
- # spec:
25
- # - cypress/e2e/retention/notifications.cy.js
26
- #
27
- # - name: other-tests
28
- # spec:
29
- # - cypress/e2e/retention/add-member.cy.js
30
- # - cypress/e2e/retention/add-user.cy.js
31
- # - cypress/e2e/retention/csv-invalid-affiliation.cy.js
32
- # - cypress/e2e/retention/edit-affiliation.cy.js
33
- # - cypress/e2e/retention/edit-member.cy.js
34
- # - cypress/e2e/retention/edit-user.cy.js
35
- # - cypress/e2e/retention/reset-password.cy.js
36
- # - cypress/e2e/retention/restricted-access.cy.js
37
- # - cypress/e2e/retention/ui-authorities.cy.js
38
- # - cypress/e2e/retention/ui-login.cy.js
39
- # - cypress/e2e/retention/ui-pagination.cy.js
40
- # - cypress/e2e/retention/ui-homepage.cy.js
41
- # - cypress/e2e/retention/ui-homepage-edit.cy.js
42
- # - cypress/e2e/retention/ui-reports.cy.js
43
- #
19
+ - name : add-affiliation
20
+ spec : |
21
+ cypress/e2e/retention/add-affiliation.cy.js
22
+
23
+ - name : notifications
24
+ spec : |
25
+ cypress/e2e/retention/notifications.cy.js
26
+
27
+ - name : other-tests
28
+ spec : |
29
+ cypress/e2e/retention/add-member.cy.js
30
+ cypress/e2e/retention/add-user.cy.js
31
+ cypress/e2e/retention/csv-invalid-affiliation.cy.js
32
+ cypress/e2e/retention/edit-affiliation.cy.js
33
+ cypress/e2e/retention/edit-member.cy.js
34
+ cypress/e2e/retention/edit-user.cy.js
35
+ cypress/e2e/retention/reset-password.cy.js
36
+ cypress/e2e/retention/restricted-access.cy.js
37
+ cypress/e2e/retention/ui-authorities.cy.js
38
+ cypress/e2e/retention/ui-login.cy.js
39
+ cypress/e2e/retention/ui-pagination.cy.js
40
+ cypress/e2e/retention/ui-homepage.cy.js
41
+ cypress/e2e/retention/ui-homepage-edit.cy.js
42
+ cypress/e2e/retention/ui-reports.cy.js
43
+ fail-fast : false
44
+
44
45
# ##################################################################################################
45
46
46
47
runs-on : ubuntu-latest
0 commit comments