mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
Upload logs
This commit is contained in:
parent
a9d2fbdedd
commit
d613a1b2f9
10
.github/workflows/install.yml
vendored
10
.github/workflows/install.yml
vendored
@ -31,6 +31,11 @@ jobs:
|
||||
run: |
|
||||
source setup.sh
|
||||
regression-wally
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: always()
|
||||
with:
|
||||
name: regression-logs-${{ matrix.os }}
|
||||
path: ${{ github.workspace }}/sim/verilator/logs/
|
||||
|
||||
rhel_family_install:
|
||||
name: Test installation on ${{ matrix.os }}
|
||||
@ -67,3 +72,8 @@ jobs:
|
||||
run: |
|
||||
source setup.sh
|
||||
regression-wally
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: always()
|
||||
with:
|
||||
name: regression-logs-${{ matrix.os }}
|
||||
path: ${{ github.workspace }}/sim/verilator/logs/
|
||||
|
Loading…
Reference in New Issue
Block a user