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

Commit

Permalink
added upload artifact to capture unit test output for checking unit t…
Browse files Browse the repository at this point in the history
…est outputs

Signed-off-by: Savvas Kyriacou <[email protected]>
  • Loading branch information
KirbyKatcher committed Aug 21, 2024
1 parent b101220 commit 0bf4ddf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,16 @@ jobs:
-Dorg.gradle.jvmargs=-Xmx5120M \
-PsourceMaven=https://development.galasa.dev/gh/maven-repo/maven/ \
-PcentralMaven=https://repo.maven.apache.org/maven2/ \
-PtargetMaven=${{ github.workspace }}/repo
-PtargetMaven=${{ github.workspace }}/repo \
--info
- name: Upload test output as artifact
uses: actions/upload-artifact@v3
with:
name: unit-tests
path: /home/runner/work/framework/framework/galasa-parent/*/index.html
retention-days: 7
if-no-files-found: ignore

- name: Build Framework image for testing
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 0bf4ddf

Please sign in to comment.