Skip to content

Commit

Permalink
[mongodb] Update common files for branch master
Browse files Browse the repository at this point in the history
Co-authored-by: micronaut-build <micronaut-build@users.noreply.github.com>
  • Loading branch information
micronaut-build and micronaut-build authored Jun 24, 2020
1 parent bceede1 commit 97232f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
run: ./gradlew dependencyUpdates check --parallel --continue
env:
TESTCONTAINERS_RYUK_DISABLED: true
- name: Publish Test Report
if: failure()
uses: scacap/action-surefire-report@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
report_paths: '**/build/test-results/test/TEST-*.xml'
- name: Publish to JFrog OSS
if: success() && github.event_name == 'push' && matrix.java == '8'
env:
Expand Down

0 comments on commit 97232f2

Please sign in to comment.