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 5d34120 commit 149a67eCopy full SHA for 149a67e
.github/workflows/cocotb.yml
@@ -3,7 +3,9 @@ on: [push, pull_request]
3
jobs:
4
cocotb:
5
runs-on: ubuntu-latest
6
- container: ghcr.io/builderdev212/cocotb-runner
+ container:
7
+ image: ghcr.io/builderdev212/cocotb-runner
8
+ options: --user root
9
steps:
10
- uses: actions/checkout@v4
11
- run: pytest
0 commit comments