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 1f7a1aa commit 4527d21Copy full SHA for 4527d21
.github/workflows/cocotb.yml
@@ -5,8 +5,11 @@ jobs:
5
runs-on: ubuntu-latest
6
container: ghcr.io/builderdev212/cocotb-runner
7
steps:
8
- - use: ghcr.io/builderdev212/cocotb-runner
9
- run: git clone https://github.com/builderdev212/verilogbits && pytest
+ - name: Run testbenches
+ uses: ghcr.io/builderdev212/cocotb-runner
10
+ run: |
11
+ git clone https://github.com/builderdev212/verilogbits
12
+ pytest
13
# cocotb:
14
# runs-on: ubuntu-latest
15
# steps:
0 commit comments