Skip to content

Commit 650fc30

Browse files
author
builderdev212
committed
ahhh
1 parent 8af9c93 commit 650fc30

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

.github/workflows/cocotb.yml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
name: pytest-cocotb
22
on: [push, pull_request]
33
jobs:
4-
cocotb:
4+
# cocotb:
5+
# runs-on: ubuntu-latest
6+
# steps:
7+
# - name: Checkout code
8+
# uses: actions/checkout@v3
9+
# - name: Run pytest
10+
# uses: builderdev212/cocotb-runner
11+
# run: pytest -n 10
12+
container-test-job:
513
runs-on: ubuntu-latest
14+
container:
15+
image: builderdev212/cocotb-runner
16+
volumes:
17+
- my_docker_volume:/usr/src/verilogbits
618
steps:
7-
- name: Checkout code
8-
uses: actions/checkout@v3
9-
- name: Run pytest
10-
uses: addnab/docker-run-action@v3
11-
with:
12-
image: ghcr.io/builderdev212/cocotb-runner:latest
13-
run: pytest -n 10
19+
- name: Check for dockerenv file
20+
run: cd /usr/src/verilogbits && pytest

0 commit comments

Comments
 (0)