Debug issue with the maven cache
This commit is contained in:
parent
acf9f8b4fb
commit
408350622d
3
.github/workflows/ci-workflow.yml
vendored
3
.github/workflows/ci-workflow.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'adopt' # See 'Supported distributions' for available options
|
distribution: 'adopt' # See 'Supported distributions' for available options
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
- uses: actions/cache@v1
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/.m2/repository
|
path: ~/.m2/repository
|
||||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||||
@ -80,6 +80,7 @@ jobs:
|
|||||||
report_paths: '**/target/surefire-reports/TEST-*.xml'
|
report_paths: '**/target/surefire-reports/TEST-*.xml'
|
||||||
commit: ${{ github.event.workflow_run.head_commit.id }}
|
commit: ${{ github.event.workflow_run.head_commit.id }}
|
||||||
check_name: java11 test reports
|
check_name: java11 test reports
|
||||||
|
- run: ls -la ~
|
||||||
- name: Upload build artefacts
|
- name: Upload build artefacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user