We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0628e60 commit 0ddf6dfCopy full SHA for 0ddf6df
1 file changed
.github/workflows/test-build-app.yml
@@ -10,7 +10,7 @@ jobs:
10
image: espressif/idf:release-v5.1
11
strategy:
12
matrix:
13
- test-apps: [1_led_blink, 2_LSA, 3_MPU, 4_switch_controlled_motor_normal, 5_PWM, 6_line_following, 7_self_balancing]
+ test-apps: [1_led_matrix, 2_LSA, 3_MPU, 5_PWM, 6_line_following, 7_self_balancing]
14
steps:
15
- name: Force Install GIT latest
16
run: |
0 commit comments