Validation Testing Increase (#1208)

* Create

* Update validation.yml

* testing fixes

* Update validation.yml

* Added missing uses to validation file

* Update HP-5120-48G-PoEP-EI.yaml

* testing fixes

* Added newline at end of yaml file

* removing unnessecary tasks from validation

* Update HP-5120-24G-PoEP-EI.yaml

* Update HP-5120-24G-PoEP-EI.yaml
This commit is contained in:
Daniel W. Anner
2023-03-15 15:03:33 -04:00
committed by GitHub
parent f583e096d5
commit 421ef832ac
18 changed files with 68 additions and 55 deletions

View File

@@ -19,5 +19,8 @@ jobs:
run: |
yamllint --format github --strict \
device-types/ module-types/
- name: Format YAML files (yamlfmt)
run: |
pre-commit run --config .pre-commit-yamlfmt-config.yaml --all-files
- name: Run tests
run: pytest --tb=short -v