Skip to content

Commit 9609cd3

Browse files
committed
remove debug step
Signed-off-by: Kareem Farid <[email protected]>
1 parent 5cf9129 commit 9609cd3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ jobs:
4747
cnt=$(grep -c "failed" "$GITHUB_WORKSPACE/verilog/dv/cocotb/sim/CI/runs.log")
4848
if [[ $cnt -ne 1 ]]; then exit 1; fi
4949
rm -rf $GITHUB_WORKSPACE/verilog/dv/cocotb/sim/CI
50-
- name: Debug
51-
if: always()
52-
run: |
53-
cat ./verilog/dv/cocotb/sim/*/*/*.log
5450
- name: Install nix
5551
run: |
5652
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm --extra-conf "

0 commit comments

Comments
 (0)