Skip to content

Commit 362b19d

Browse files
committed
Integration tests for the S3 sink.
Signed-off-by: David Venable <dlv@amazon.com>
1 parent 6d993b2 commit 362b19d

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/integration-tests-s3-sink.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -78,27 +78,3 @@ jobs:
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"

0 commit comments

Comments
 (0)