Skip to content

Merge pull request #172 from laszloh/main #80

Merge pull request #172 from laszloh/main

Merge pull request #172 from laszloh/main #80

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