You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# **Automated ESP32 Testing with GitHub Actions on Raspberry Pi**
2
2
This tutorial demonstrates how to automate **ESP-IDF firmware testing** using **GitHub Actions** and a **Raspberry Pi** configured as a **self-hosted runner**.
3
-
An **ESP32-S3** board is physically connected to the Raspberry Pi via USB.
3
+
An **ESP32-S3** board is physically connected to the Raspberry Pi via USB, which serves as the testing host.
4
4
5
5
This tutorial continues from **[Stage 3 — VS Code Pytest Testing](https://github.com/ChandimaJayaneththi/esp32_hw_testing_series/blob/main/stage3_pytest_testing/README.md)**.
6
6
It uses the **same ESP-IDF project and test structure**, but instead of manually running the tests inside VS Code, everything is **automated using GitHub Actions**.
@@ -38,6 +38,8 @@ It allows you to define workflows that automatically run tasks whenever specific
38
38
39
39
This automation greatly improves productivity and reliability by catching bugs early — just like CI pipelines in large-scale software projects.
0 commit comments