ci: use IDF_PATH as pytest log dir

This commit is contained in:
Fu Hanxi
2022-04-02 16:47:58 +08:00
parent a2c8a676a0
commit 5e05a1f174
2 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
when: always
paths:
- XUNIT_RESULT.xml
- /tmp/pytest-embedded/
- pytest_embedded_log/
reports:
junit: XUNIT_RESULT.xml
expire_in: 1 week