Skip to content

Commit 7085cb7

Browse files
committed
check container
1 parent c3f5832 commit 7085cb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cocotb.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ jobs:
55
runs-on: ubuntu-latest
66
container: ghcr.io/builderdev212/cocotb-runner:latest
77
steps:
8+
- name: Check for dockerenv file
9+
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)
810
- run: git clone https://github.com/builderdev212/verilogbits && pytest
911
# cocotb:
1012
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)