Skip to content

Commit 1f7a1aa

Browse files
committed
fix runner
1 parent 306d1ac commit 1f7a1aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cocotb.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ jobs:
66
container: ghcr.io/builderdev212/cocotb-runner
77
steps:
88
- use: ghcr.io/builderdev212/cocotb-runner
9-
run: git clone https://github.com/builderdev212/verilogbits
10-
run: pytest
9+
run: git clone https://github.com/builderdev212/verilogbits && pytest
1110
# cocotb:
1211
# runs-on: ubuntu-latest
1312
# steps:

0 commit comments

Comments
 (0)