mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +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: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
regression-wally
|
regression-wally
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
if: always()
|
||||||
|
with:
|
||||||
|
name: regression-logs-${{ matrix.os }}
|
||||||
|
path: ${{ github.workspace }}/sim/verilator/logs/
|
||||||
|
|
||||||
rhel_family_install:
|
rhel_family_install:
|
||||||
name: Test installation on ${{ matrix.os }}
|
name: Test installation on ${{ matrix.os }}
|
||||||
@ -67,3 +72,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
regression-wally
|
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