Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
echavet authored Jan 20, 2025
1 parent 4d7e4a1 commit 3b940ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ jobs:
value=`head -c 32 /dev/urandom | base64`
echo "${key}: ${value}" >> secrets.yaml
done
- run: esphome compile ${{ matrix.variant }}.yaml
- name: Clean build
run: esphome clean ${{ matrix.variant }}.yaml
- name: Compile
run: esphome compile ${{ matrix.variant }}.yaml

0 comments on commit 3b940ff

Please sign in to comment.