Skip to content

Commit dfde3a7

Browse files
committed
workflow: Add socket examples
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent fcb5834 commit dfde3a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
example:
1313
- "examples/gpio-blink"
1414
- "examples/adc-example"
15+
- "examples/socket-example"
16+
- "examples/ssl-socket-example"
1517
runs-on: ${{ matrix.os }}
1618
steps:
1719
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)