Skip to content

Commit 4527d21

Browse files
committed
fix invalid file
1 parent 1f7a1aa commit 4527d21

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/cocotb.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ jobs:
55
runs-on: ubuntu-latest
66
container: ghcr.io/builderdev212/cocotb-runner
77
steps:
8-
- use: ghcr.io/builderdev212/cocotb-runner
9-
run: git clone https://github.com/builderdev212/verilogbits && pytest
8+
- name: Run testbenches
9+
uses: ghcr.io/builderdev212/cocotb-runner
10+
run: |
11+
git clone https://github.com/builderdev212/verilogbits
12+
pytest
1013
# cocotb:
1114
# runs-on: ubuntu-latest
1215
# steps:

0 commit comments

Comments
 (0)