Skip to content

Commit

Permalink
[TESTS] Disable QEMU graphic
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcloud committed Dec 7, 2023
1 parent c96045f commit 039eca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
. ../esp-idf/export.sh
(cd build; esptool.py --chip esp32 merge_bin --fill-flash-size 4MB -o flash_image.bin @flash_args)
qemu-system-xtensa -machine esp32 -drive file=build/flash_image.bin,if=mtd,format=raw -serial tcp::5555,server,nowait -daemonize
qemu-system-xtensa -machine esp32 -drive file=build/flash_image.bin,if=mtd,format=raw -serial tcp::5555,server,nowait -display none -daemonize
pip install numpy
pip install pytest
pytest
Expand Down

0 comments on commit 039eca2

Please sign in to comment.