Skip to content

Commit 6009a40

Browse files
committed
👷 (GitHub): build BLESecurity example
1 parent 4432a6f commit 6009a40

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/platformio-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- "SerialToSerialBLE"
2424
# - "SerialToSerialBLE_TransparentUART"
2525
- "SerialToSerialBLE_TransparentUART-NimBLE"
26+
# - "SerialToSerialBLE_Secure"
2627
boards:
2728
- [ esp32dev, esp32-s3-devkitc-1, esp32-c3-devkitm-1 ]
2829
nimble:
@@ -47,6 +48,11 @@ jobs:
4748
os: ubuntu-latest
4849
boards: [esp32dev, esp32-s3-devkitc-1, esp32-c3-devkitm-1]
4950

51+
- example: "SerialToSerialBLE_Secure"
52+
nimble: false
53+
os: ubuntu-latest
54+
boards: [esp32dev, esp32-s3-devkitc-1, esp32-c3-devkitm-1]
55+
5056
steps:
5157
- uses: actions/checkout@v4
5258

0 commit comments

Comments
 (0)