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