Skip to content

Commit

Permalink
ci(gds): upload gl tests VCD as an artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Oct 22, 2024
1 parent 1cc0923 commit 222ad97
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/gds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,13 @@ jobs:
make clean test_mux_gl
# make will return success even if the test fails, so check for failure in the results.xml
! grep failure results.xml
- name: upload GL test results
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: gl_test_vcd
path: |
verilog/dv/mux/results.xml
verilog/dv/mux/test_mux.vcd
verilog/dv/mux/test_mux.gtkw

0 comments on commit 222ad97

Please sign in to comment.