File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 -Dtests.s3sink.region=${{ secrets.TEST_REGION }} \
7979 -Dtests.s3sink.bucket=${{ steps.cdk-resources.outputs.bucket }} \
8080 -Dtests.s3sink.kms_key=${{ steps.cdk-resources.outputs.kms_key }}
81-
82- - name : Upload Unit Test Results
83- if : always()
84- uses : actions/upload-artifact@v4
85- with :
86- name : data-prepper-integration-tests-s3-sink-java-${{ matrix.java }}
87- path : ' **/test-results/**/*.xml'
88-
89- publish-test-results :
90- name : " Publish Unit Tests Results"
91- needs : build
92- runs-on : ubuntu-latest
93- if : always()
94-
95- steps :
96- - name : Download Artifacts
97- uses : actions/download-artifact@v4
98- with :
99- path : test-results
100-
101- - name : Publish Unit Test Results
102- uses : EnricoMi/publish-unit-test-result-action@v1
103- with :
104- files : " test-results/**/*.xml"
You can’t perform that action at this time.
0 commit comments