Skip to content

Fixed issue with WiFiClientSecure. Added github CI workflows to test build.sh and run core unit tests. #1

Fixed issue with WiFiClientSecure. Added github CI workflows to test build.sh and run core unit tests.

Fixed issue with WiFiClientSecure. Added github CI workflows to test build.sh and run core unit tests. #1

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build.sh
run: ./build.sh