Skip to content

Commit

Permalink
actions debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Oct 21, 2019
1 parent cf761b4 commit 81c7779
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/homeassistant-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
continue-on-error: true
with:
args: "remark --no-stdout --color --frail --use preset-lint-recommended ."
home_asistant_ci:
home_assistant_ci:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -43,7 +43,11 @@ jobs:
architecture: x64
- name: Create secrets.yaml
run: mv travis_secrets.yaml secrets.yaml
- name: Home Assistant Check
uses: "docker://homeassistant/home-assistant:${{ matrix.hass }}"
- name: Home Assistant Check Latest
uses: "docker://homeassistant/home-assistant:latest"
with:
args: python -m homeassistant --config . --script check_config --info all
- name: Home Assistant Check Installed
uses: "docker://homeassistant/home-assistant:0.98.5"
with:
args: python -m homeassistant --config . --script check_config --info all

0 comments on commit 81c7779

Please sign in to comment.