Skip to content

Commit

Permalink
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .circleci/config/jobs/test_esp32_qemu.yml
Original file line number Diff line number Diff line change
@@ -6,3 +6,9 @@ steps:
- run:
name: Build ESP32 QEMU and Run Tests
command: scripts/tests/esp32_qemu_tests.sh
- run:
name: Save test log files
command: scripts/tests/save_logs.sh /tmp/test_logs
when: on_fail
- store_artifacts:
path: /tmp/test_logs

0 comments on commit fca866b

Please sign in to comment.