Skip to content

Merge pull request #655 from david-cermak/fix/modem_target_catch2 #7

Merge pull request #655 from david-cermak/fix/modem_target_catch2

Merge pull request #655 from david-cermak/fix/modem_target_catch2 #7

name: "websocket: build/host-tests"
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, labeled]
jobs:
host_test_websocket:

Check failure on line 12 in .github/workflows/websocket__build-host-tests.yml

View workflow run for this annotation

GitHub Actions / websocket: build/host-tests

Invalid workflow file

The workflow is not valid. .github/workflows/websocket__build-host-tests.yml (Line: 12, Col: 3): Error calling workflow 'gytxxsy/esp-protocols/.github/workflows/run-host-tests.yml@8475adf1d11cb3ec5b79b73292345ae72d4b57a5'. The nested job 'build' is requesting 'checks: write, contents: write', but is only allowed 'checks: none, contents: read'.
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