diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index f8e2019fb..9b4dfe77d 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -20,6 +20,6 @@ jobs: - name: Install dependencies run: pip install -r requirements.txt - name: Lint YAML files - run: yamllint --format parsable --strict -c=tests/yamllint.yaml . - - name: Run Device-Type Tests + run: yamllint --format parsable --strict -c=tests/yamllint.yaml device-types/ module-types/ + - name: Run tests run: pytest --tb=short -v