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 c3f5832 commit 7085cb7Copy full SHA for 7085cb7
.github/workflows/cocotb.yml
@@ -5,6 +5,8 @@ jobs:
5
runs-on: ubuntu-latest
6
container: ghcr.io/builderdev212/cocotb-runner:latest
7
steps:
8
+ - name: Check for dockerenv file
9
+ run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)
10
- run: git clone https://github.com/builderdev212/verilogbits && pytest
11
# cocotb:
12
# runs-on: ubuntu-latest
0 commit comments