Skip to content

update readme non_nasa_keepalive #62

update readme non_nasa_keepalive

update readme non_nasa_keepalive #62

Workflow file for this run

name: Build and Test
on: [push]
jobs:
framework-arduino:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: esphome/[email protected]
id: esphome-build
with:
yaml_file: .github/conf_arduino.yml
framework-espidf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: esphome/[email protected]
id: esphome-build
with:
yaml_file: .github/conf_esp_idf.yml
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install cpp
run: sudo apt-get install -y build-essential
- name: chmod
run: sudo chmod +x test/*.sh
- name: runtest
run: sudo test/test.sh