Skip to content

Commit 7f9c23c

Browse files
committed
Add new targets to Dev Container smoke tests
- Also removed commented out code. ***NO_CI*** [no ci]
1 parent ce46d49 commit 7f9c23c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/devcontainer-smoketest.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
paths:
66
- '.devcontainer/**/*'
77
- '.github/workflows/*'
8-
# push:
9-
# paths:
10-
# - '.devcontainer/**/*'
11-
# - '.github/workflows/*'
128

139
jobs:
1410
build-target:
@@ -22,7 +18,12 @@ jobs:
2218
{ target: ST_STM32F769I_DISCOVERY, build-type: Debug, container: ChibiOS },
2319
{ target: ST_STM32F769I_DISCOVERY, build-type: Debug, container: All },
2420
{ target: M5Core2, build-type: Debug, container: ESP32 },
25-
{ target: M5Core2, build-type: Debug, container: All },
21+
{ target: ESP_WROVER_KIT, build-type: Debug, container: ESP32 },
22+
{ target: FEATHER_S2, build-type: Debug, container: ESP32 },
23+
{ target: ESP32_S3, build-type: Debug, container: ESP32 },
24+
{ target: ESP32_C3, build-type: Debug, container: ESP32 },
25+
{ target: ESP32_C6_THREAD, build-type: Debug, container: ESP32 },
26+
{ target: ESP32_H2_THREAD, build-type: Debug, container: ESP32 },
2627
{ target: NXP_MIMXRT1060_EVK, build-type: Debug, container: FreeRTOS-NXP },
2728
{ target: NXP_MIMXRT1060_EVK, build-type: Debug, container: All },
2829
{ target: TI_CC1352R1_LAUNCHXL, build-type: Debug, container: TI, radio-freq: 915 },

0 commit comments

Comments
 (0)