Skip to content

Commit 93c3a3e

Browse files
committed
more debug
Signed-off-by: Kareem Farid <[email protected]>
1 parent 985c395 commit 93c3a3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: |
2626
ls ./verilog/dv/cocotb/sim/*/*/*.log
2727
ls ./verilog/dv/cocotb/sim/*/*/simv
28+
ls ./verilog/dv/cocotb/sim/*/*/*
29+
ls ./verilog/dv/cocotb/sim/*/*-compilation/*
2830
simv="$GITHUB_WORKSPACE/verilog/dv/cocotb/sim/CI/*-compilation/simv"
2931
if [ -f $simv ]; then
3032
echo 'File exists.'

0 commit comments

Comments
 (0)