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:
3
.github/workflows/validation.yml
vendored
3
.github/workflows/validation.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user