Remove redundant step
This commit is contained in:
parent
408350622d
commit
0267afc0cd
1
.github/workflows/ci-workflow.yml
vendored
1
.github/workflows/ci-workflow.yml
vendored
@ -80,7 +80,6 @@ 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…
Reference in New Issue
Block a user