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 b9b247a commit 306d1acCopy full SHA for 306d1ac
.github/workflows/cocotb.yml
@@ -5,8 +5,9 @@ jobs:
5
runs-on: ubuntu-latest
6
container: ghcr.io/builderdev212/cocotb-runner
7
steps:
8
- - run: git clone https://github.com/builderdev212/verilogbits
9
- - run: pytest
+ - use: ghcr.io/builderdev212/cocotb-runner
+ run: git clone https://github.com/builderdev212/verilogbits
10
+ run: pytest
11
# cocotb:
12
# runs-on: ubuntu-latest
13
# steps:
0 commit comments