Implement photo upload tracking in art.py; select random photo while … #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Test Beta Build" | |
on: [push, pull_request] | |
jobs: | |
build: | |
name: Test build | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout the repository | |
uses: actions/checkout@v3 | |
- name: Test build | |
uses: home-assistant/builder@master | |
with: | |
args: | | |
--test \ | |
--all \ | |
--target homeassistant-samsung-frame-art-beta \ | |
--docker-hub gijsvdhoven |