Files

12 lines
120 B
Bash
Raw Permalink Normal View History

2019-04-17 12:06:00 +02:00
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
set -x
2023-11-25 00:18:36 +01:00
for f in ./tests/test*.yaml; do
esphome compile $f
done