1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-22 16:25:48 +01:00
Files
esphome/script/test
2023-11-25 10:18:36 +11:00

12 lines
120 B
Bash
Executable File

#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
set -x
for f in ./tests/test*.yaml; do
esphome compile $f
done