We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e99c3 commit 2cc8d58Copy full SHA for 2cc8d58
.github/workflows/tests.yml
@@ -108,10 +108,10 @@ jobs:
108
box testbox run --verbose outputFile=tests/results/test-results outputFormats=json,antjunit
109
110
- name: Publish Test Results
111
- uses: EnricoMi/publish-unit-test-result-action@v1
+ uses: EnricoMi/publish-unit-test-result-action@v2
112
if: always()
113
with:
114
- files: tests/results/**/*.xml
+ junit_files: tests/results/**/*.xml
115
check_name: "${{ matrix.cfengine }} ColdBox ${{ matrix.coldboxVersion }} Test Results"
116
117
- name: Upload Test Results to Artifacts
0 commit comments