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.
1 parent 35cf1f9 commit ff6b190Copy full SHA for ff6b190
README.md
@@ -1,10 +1,10 @@
1
# Unittest action
2
-1. Setup your ESP32 firmware runs unit tests
3
-2. Action builds firmware
4
-3. Action runs firmware ar QEMU
5
-4. Action write QEMU log output to file
6
-5. Action convert Unity output to JUnit report.xml
7
-6. You can feed report.xml to another action to publish test resuls
+1. Setup your ESP32 firmware runs unit tests and `esp_restart()` (to stop QEMU);
+2. Action builds firmware;
+3. Action runs firmware ar QEMU;
+4. Action writes QEMU log output to file;
+5. Action converts Unity output to JUnit report.xml;
+6. You can feed report.xml to another action to publish test resuls;
8
9
## Example workflow with results publishing
10
```
0 commit comments