Merge pull request #22801 from samgutentag/add-trunk-community-edition

chore(tooling): add Trunk Integration to CE e2e tests
This commit is contained in:
Marc Roig 2025-02-07 15:14:21 +01:00 committed by GitHub
commit d686b7b798
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -239,6 +239,16 @@ jobs:
path: test-apps/e2e/test-results/**/trace.zip
retention-days: 1
# Add the Trunk Analytics Uploader step
- name: Upload results to trunk
if: '!cancelled()'
uses: trunk-io/analytics-uploader@main
with:
junit-paths: test-apps/e2e/test-results/**/junit.xml
org-slug: strapi
token: ${{ secrets.TRUNK_API_TOKEN }}
continue-on-error: true
e2e_ee:
if: needs.conditions.outputs.global == 'true' || needs.conditions.outputs.backend == 'true' || needs.conditions.outputs.frontend == 'true' || needs.conditions.outputs.e2e == 'true'
timeout-minutes: 60