Skip to content

Commit e49e66b

Browse files
committed
ci: enable wokwi tests
1 parent 3ab494f commit e49e66b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ concurrency:
1515
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1616
cancel-in-progress: true
1717

18+
env:
19+
WOKWI_CLI_TOKEN: ${{ secrets.WOKWI_CLI_TOKEN }}
20+
1821
jobs:
1922
test-python:
2023
timeout-minutes: 40
@@ -56,7 +59,8 @@ jobs:
5659
--cov=pytest_embedded_jtag \
5760
--cov=pytest_embedded_qemu \
5861
--cov=pytest_embedded_serial \
59-
--cov=pytest_embedded_serial_esp
62+
--cov=pytest_embedded_serial_esp \
63+
--cov=pytest_embedded_wokwi
6064
- name: Zip log files
6165
if: failure()
6266
run: |

0 commit comments

Comments
 (0)