We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ab494f + e49e66b commit fe507a7Copy full SHA for fe507a7
.github/workflows/test-python.yml
@@ -15,6 +15,9 @@ concurrency:
15
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
16
cancel-in-progress: true
17
18
+env:
19
+ WOKWI_CLI_TOKEN: ${{ secrets.WOKWI_CLI_TOKEN }}
20
+
21
jobs:
22
test-python:
23
timeout-minutes: 40
@@ -56,7 +59,8 @@ jobs:
56
59
--cov=pytest_embedded_jtag \
57
60
--cov=pytest_embedded_qemu \
58
61
--cov=pytest_embedded_serial \
- --cov=pytest_embedded_serial_esp
62
+ --cov=pytest_embedded_serial_esp \
63
+ --cov=pytest_embedded_wokwi
64
- name: Zip log files
65
if: failure()
66
run: |
0 commit comments