Skip to content

Commit 8af9c93

Browse files
author
builderdev212
committed
restructure test
1 parent 1af5560 commit 8af9c93

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/cocotb.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: pytest-cocotb
22
on: [push, pull_request]
33
jobs:
4-
container-test-job:
4+
cocotb:
55
runs-on: ubuntu-latest
6-
container:
7-
image: ghcr.io/builderdev212/cocotb-runner
86
steps:
9-
- name: Run testbenches
10-
run: pytest -n 10
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

0 commit comments

Comments
 (0)