mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +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:
|
with:
|
||||||
name: regression-logs-${{ matrix.os }}
|
name: regression-logs-${{ matrix.os }}
|
||||||
path: ${{ github.workspace }}/sim/verilator/logs/
|
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:
|
rhel_family_install:
|
||||||
name: Test installation on ${{ matrix.os }}
|
name: Test installation on ${{ matrix.os }}
|
||||||
@ -82,3 +87,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: regression-logs-${{ env.ARTIFACT_NAME }}
|
name: regression-logs-${{ env.ARTIFACT_NAME }}
|
||||||
path: ${{ github.workspace }}/sim/verilator/logs/
|
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