Skip to content

Commit 1af5560

Browse files
author
builderdev212
committed
remove volume specification
1 parent 34d6d03 commit 1af5560

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cocotb.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ jobs:
55
runs-on: ubuntu-latest
66
container:
77
image: ghcr.io/builderdev212/cocotb-runner
8-
volumes:
9-
- ${PWD}:/usr/src/verilogbits
108
steps:
119
- name: Run testbenches
12-
run: cd verilogbits && pytest -n 10
10+
run: pytest -n 10

0 commit comments

Comments
 (0)