[modem]: Add ability to change ESP_MODEM_C_API_STR_MAX from Kconfig (IDFGH-13668) #1555
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "websocket: build/host-tests" | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
types: [opened, synchronize, reopened, labeled] | |
jobs: | |
host_test_websocket: | |
if: contains(github.event.pull_request.labels.*.name, 'websocket') || github.event_name == 'push' | |
uses: "./.github/workflows/run-host-tests.yml" | |
with: | |
idf_version: "latest" | |
app_name: "websocket" | |
app_path: "esp-protocols/components/esp_websocket_client/examples/linux" | |
component_path: "esp-protocols/components/esp_websocket_client" | |
run_executable: true | |
upload_artifacts: true | |
run_coverage: true |