Skip to content

Commit

Permalink
Updating GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lealobanov committed Jul 17, 2024
1 parent a6b402a commit ca99408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-java-examples-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
if: always()
with:
check_name: "Java Example Unit Test Results"
files: "**/test-results/java-test/**/*.xml"
files: "**/test-results/test/**/*.xml"
seconds_between_github_writes: 5
secondary_rate_limit_wait_seconds: 120
2 changes: 1 addition & 1 deletion .github/workflows/ci-kotlin-examples-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
if: always()
with:
check_name: "Kotlin Example Unit Test Results"
files: "**/test-results/kotlin-test/**/*.xml"
files: "**/test-results/test/**/*.xml"
seconds_between_github_writes: 5
secondary_rate_limit_wait_seconds: 120

0 comments on commit ca99408

Please sign in to comment.