Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Commit f7abfd8

Browse files
committed
[ACTION] Upload qemu log on pytest failure
1 parent b017bd0 commit f7abfd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
qemu-system-xtensa -machine esp32 -drive file=build/flash_image.bin,if=mtd,format=raw -serial file:serial_log.txt -display none -nic user,model=open_eth,id=lo0,hostfwd=tcp:127.0.0.1:8001-:80 -daemonize
3636
pytest
3737
- name: Upload artifact
38+
if: '!cancelled()'
3839
uses: actions/upload-artifact@v4
3940
with:
4041
name: serial_log

0 commit comments

Comments
 (0)