Skip to content

Commit

Permalink
ci: Always upload artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis authored and paulsc96 committed Oct 23, 2024
1 parent fd8ac7e commit 431ff0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
DV_SIMULATORS=${{matrix.simulator}},spike DV_TARGET=${{matrix.config}} bash verif/regress/${{matrix.testcase}}.sh
- name: Upload Lint Report to Github
if: always()
uses: actions/upload-artifact@v4
with:
name: ${{matrix.simulator}}.${{matrix.testcase}}.${{matrix.config}}
Expand Down

0 comments on commit 431ff0c

Please sign in to comment.