mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-15 14:59:34 +01:00
23 lines
640 B
YAML
23 lines
640 B
YAML
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
|