Skip to content

Commit 306d1ac

Browse files
committed
change container
1 parent b9b247a commit 306d1ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cocotb.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
container: ghcr.io/builderdev212/cocotb-runner
77
steps:
8-
- run: git clone https://github.com/builderdev212/verilogbits
9-
- run: pytest
8+
- use: ghcr.io/builderdev212/cocotb-runner
9+
run: git clone https://github.com/builderdev212/verilogbits
10+
run: pytest
1011
# cocotb:
1112
# runs-on: ubuntu-latest
1213
# steps:

0 commit comments

Comments
 (0)