Skip to content

Commit ff6b190

Browse files
authored
Update README.md
1 parent 35cf1f9 commit ff6b190

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# 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
2+
1. Setup your ESP32 firmware runs unit tests and `esp_restart()` (to stop QEMU);
3+
2. Action builds firmware;
4+
3. Action runs firmware ar QEMU;
5+
4. Action writes QEMU log output to file;
6+
5. Action converts Unity output to JUnit report.xml;
7+
6. You can feed report.xml to another action to publish test resuls;
88

99
## Example workflow with results publishing
1010
```

0 commit comments

Comments
 (0)