Skip to content

Commit

Permalink
fix: Order Test and GitHub Actions for test results upload
Browse files Browse the repository at this point in the history
  • Loading branch information
koreanMike513 committed Jan 31, 2025
1 parent f129d6b commit f7ed4a7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/ci-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,13 @@ jobs:
chmod +x gradlew
./gradlew clean build
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results
path: "**/build/reports/tests/test/"




12 changes: 11 additions & 1 deletion orders/src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,19 @@ spring:
kafka:
producer:
transaction-id-prefix: test-tx
consumer:
group-id: orders-test

orders:
events:
topic:
name: orders.test
fail: orders.fail.test
fail: orders.fail.test

dead-letter-topic:
name: orders.test-dead-letter-topic

foods:
events:
topic:
fail: foods.test-order-creation-failed-event

0 comments on commit f7ed4a7

Please sign in to comment.