Skip to content

Commit

Permalink
fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtaylor1982 committed Sep 6, 2023
1 parent 0f4ff9f commit 3e34872
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
# 1 - Checkout repository
- name: Checkout repository
uses: actions/checkout@v3
# 2 - Run TestBench
- name: Run testbench
# 2 - Change to cocotb test dtirectory
- name: Change to cocotb test dtirectory
run: cd /RTL/cocotb
- name: run pytest
uses: pavelzw/pytest-action@v2
with:
emoji: false
Expand Down

0 comments on commit 3e34872

Please sign in to comment.