Skip to content

Commit

Permalink
Move stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Oct 28, 2019
1 parent d4714b3 commit 3813f4f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/BackendTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel colorlog==4.0.2
python -m pip install -r requirements.txt
run: python -m pip install --upgrade pip setuptools wheel colorlog==4.0.2

- name: Install dependencies for custom_components
run: |
Expand All @@ -40,9 +38,6 @@ jobs:
done;
done
- name: Run pytest
run: python -m pytest

- name: Install Home Assistant ${{ matrix.ha-version }}
run: |
if [ ${{ matrix.ha-version }} == "dev" ]; then
Expand All @@ -61,4 +56,10 @@ jobs:
echo "Testing with this configuration:"
cat configuration.yaml
echo ""
hass --script check_config --config .
hass --script check_config --config .
- name: Install test dependencies
run: python -m pip install -r requirements.txt

- name: Run pytest
run: python -m pytest

0 comments on commit 3813f4f

Please sign in to comment.