Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
made required changes
Browse files Browse the repository at this point in the history
Signed-off-by: dhruv <[email protected]>
  • Loading branch information
jaydee029 committed Aug 22, 2024
1 parent 3cb28d5 commit 551d1ca
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,22 @@ jobs:
-PisMainOrRelease=${{ inputs.isMainOrRelease }} 2>&1 | tee build.log
- name: Upload Gradle Build Log
if: always()
if: failure()
uses: actions/upload-artifact@v4
with:
name: gradle-build-log
path: build.log
retention-days: 7

- name: Upload Jacoco Report
if: always()
if: failure()
uses: actions/upload-artifact@v4
with:
name: jacoco-report
path: ${{github.workspace}}/galasa-managers-parent/build/reports/jacoco/jacocoMerge

path: ${{github.workspace}}/galasa-managers-parent/**/**/build/reports/**/*.html
retention-days: 7
if-no-files-found: ignore

- name: Login to Github Container Registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 551d1ca

Please sign in to comment.