Skip to content

Merge pull request #193 from omerfaruk-aran/fix/horizontal-swing-control #87

Merge pull request #193 from omerfaruk-aran/fix/horizontal-swing-control

Merge pull request #193 from omerfaruk-aran/fix/horizontal-swing-control #87

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