File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989
9090 - name : Run LDAP integration tests
9191 if : steps.changed-files.outputs.common == 'true' || steps.changed-files.outputs.ldap == 'true'
92+ env :
93+ JEST_JUNIT_UNIQUE_OUTPUT_NAME : " true" # avoids junit outputs from clashing
9294 run : npx jest ldap-directory.service.integration.spec.ts --coverage --coverageDirectory=coverage-ldap
9395
9496 # Google Workspace
99101 GOOGLE_ADMIN_USER : ${{ vars.GOOGLE_ADMIN_USER }}
100102 GOOGLE_CLIENT_EMAIL : ${{ vars.GOOGLE_CLIENT_EMAIL }}
101103 GOOGLE_PRIVATE_KEY : ${{ secrets.GOOGLE_PRIVATE_KEY }}
104+ JEST_JUNIT_UNIQUE_OUTPUT_NAME : " true" # avoids junit outputs from clashing
102105 run : |
103106 npx jest gsuite-directory.service.integration.spec.ts --coverage --coverageDirectory=coverage-google
104107
@@ -108,7 +111,7 @@ jobs:
108111 if : github.event.pull_request.head.repo.full_name == github.repository && !cancelled() && steps.changed-files.outputs.changes != '[]'
109112 with :
110113 name : Test Results
111- path : " junit.xml"
114+ path : " junit.xml* "
112115 reporter : jest-junit
113116 fail-on-error : true
114117
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ build-cli
3333.angular /cache
3434
3535# Testing
36- coverage
37- junit.xml
36+ coverage *
37+ junit.xml *
3838
3939# Misc
4040* .crx
You can’t perform that action at this time.
0 commit comments