mirror of
https://github.com/strapi/strapi.git
synced 2025-11-13 16:52:18 +00:00
Merge pull request #22801 from samgutentag/add-trunk-community-edition
chore(tooling): add Trunk Integration to CE e2e tests
This commit is contained in:
commit
d686b7b798
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@ -239,6 +239,16 @@ jobs:
|
|||||||
path: test-apps/e2e/test-results/**/trace.zip
|
path: test-apps/e2e/test-results/**/trace.zip
|
||||||
retention-days: 1
|
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:
|
e2e_ee:
|
||||||
if: needs.conditions.outputs.global == 'true' || needs.conditions.outputs.backend == 'true' || needs.conditions.outputs.frontend == 'true' || needs.conditions.outputs.e2e == 'true'
|
if: needs.conditions.outputs.global == 'true' || needs.conditions.outputs.backend == 'true' || needs.conditions.outputs.frontend == 'true' || needs.conditions.outputs.e2e == 'true'
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user