Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Update java 16 to 17 for PR test run, change distribution to temurin, fix publish unit test result task not working from forks #737

Closed
Prev Previous commit
Next Next commit
ci: try removing "with: files"
  • Loading branch information
BlasiusSecundus authored Nov 29, 2021
commit ac7bf1f354bbef3fec06129968be2093ef7d07db
4 changes: 1 addition & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,8 @@ jobs:
shell: cmd
run: gradlew --info check
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action/composite@v1.22
uses: EnricoMi/publish-unit-test-result-action/composite@v1.24
if: always() && matrix.os != 'ubuntu-latest'
with:
files: '**/build/test-results/**/*.xml'

build:
name: Sonar analysis
Expand Down