From fbd9cc9afb5ffef6a5992f750c90a62a019b0e73 Mon Sep 17 00:00:00 2001 From: Dustin Swales Date: Tue, 21 May 2024 16:03:36 +0000 Subject: [PATCH] Update CI script to updload plots as Github artifact --- .github/workflows/ci_run_scm_rts.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci_run_scm_rts.yml b/.github/workflows/ci_run_scm_rts.yml index d58a10cdd..0ff29ea49 100644 --- a/.github/workflows/ci_run_scm_rts.yml +++ b/.github/workflows/ci_run_scm_rts.yml @@ -195,6 +195,12 @@ jobs: cd ${SCM_ROOT}/test ./cmp_rt2bl.py --build_type ${{matrix.build-type}} --dir_rt ${dir_rt} --dir_bl ${dir_bl} + - name: Upload plots of SCM Baselines/RTs as GitHub Artifact. + uses: actions/upload-artifact@v2 + with: + name: rt-plots-${{matrix.build-type}} + path: /home/runner/work/ccpp-scm/ccpp-scm/test/scm_rt_out + - name: Upload SCM RTs as GitHub Artifact uses: actions/upload-artifact@v2 with: