We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b7161 commit 6a402a9Copy full SHA for 6a402a9
.github/workflows/cocotb.yml
@@ -3,9 +3,8 @@ on: [push, pull_request]
3
jobs:
4
cocotb:
5
runs-on: ubuntu-latest
6
+ container: builderdev212/cocotb-runner:latest
7
steps:
- - name: Run testbenches
8
- uses: builderdev212/cocotb-runner@latest
9
- run: git clone https://github.com/builderdev212/verilogbits && pytest
10
# cocotb:
11
# runs-on: ubuntu-latest
0 commit comments