mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
Save installation logs
This commit is contained in:
parent
864fb199f0
commit
269399946c
10
.github/workflows/install.yml
vendored
10
.github/workflows/install.yml
vendored
@ -36,6 +36,11 @@ jobs:
|
||||
with:
|
||||
name: regression-logs-${{ matrix.os }}
|
||||
path: ${{ github.workspace }}/sim/verilator/logs/
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: installation-logs-${{ matrix.os }}
|
||||
path: /opt/riscv/logs/
|
||||
|
||||
rhel_family_install:
|
||||
name: Test installation on ${{ matrix.os }}
|
||||
@ -82,3 +87,8 @@ jobs:
|
||||
with:
|
||||
name: regression-logs-${{ env.ARTIFACT_NAME }}
|
||||
path: ${{ github.workspace }}/sim/verilator/logs/
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: installation-logs-${{ env.ARTIFACT_NAME }}
|
||||
path: /opt/riscv/logs/
|
||||
|
Loading…
Reference in New Issue
Block a user