From 25c2d2b90759dc7577bef3534ded0dbd4b503009 Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Thu, 8 Sep 2022 13:15:32 +1000 Subject: [PATCH] Archive MISRA results in Github Action --- .github/workflows/misra.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/misra.yml b/.github/workflows/misra.yml index d1bfe8f1..8e04d55e 100644 --- a/.github/workflows/misra.yml +++ b/.github/workflows/misra.yml @@ -49,3 +49,10 @@ jobs: label: MISRA Violations color: red message: ${{ env.VIOLATIONS }} + + - name: Archive MISRA scan artifacts + uses: actions/upload-artifact@v3 + with: + name: MISRA results + path: | + $GITHUB_WORKSPACE/misra/.results/results.txt