We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed67ab commit 65bf671Copy full SHA for 65bf671
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
run: npm install -g junit-report-merger
74
75
- name: Merge reports
76
- run: jrm ./ci-summary-provider.xml "junit-test-summary-0/*.xml"
+ run: jrm ./ci-summary-provider.xml "junit-test-summary-0/*.xml" "junit-test-summary-1/*.xml" "junit-test-summary-2/*.xml" "junit-test-summary-3/*.xml" "junit-test-summary-4/*.xml"
77
78
- name: Upload test artifacts
79
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
.github/workflows/nightly-tfe-test.yml
@@ -25,8 +25,8 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- total: [ 1 ]
29
- index: [ 0 ]
+ total: [ 5 ]
+ index: [ 0, 1, 2, 3, 4 ]
30
steps:
31
- name: Fetch Outputs
32
id: tflocal
0 commit comments