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 306d1ac commit 1f7a1aaCopy full SHA for 1f7a1aa
.github/workflows/cocotb.yml
@@ -6,8 +6,7 @@ jobs:
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
10
- run: pytest
+ run: git clone https://github.com/builderdev212/verilogbits && pytest
11
# cocotb:
12
# runs-on: ubuntu-latest
13
# steps:
0 commit comments