Skip to content

Commit 209776c

Browse files
committed
rah
1 parent 52e9571 commit 209776c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cocotb.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
uses: addnab/docker-run-action@v3
1212
with:
1313
image: ghcr.io/builderdev212/cocotb-runner:latest
14+
options: -v ${{ github.workspace }}:/usr/src/verilogbits
1415
run: |
16+
ls
17+
cd verilogbits
1518
pytest
1619
# jobs:
1720
# cocotb-container:

0 commit comments

Comments
 (0)