mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-02-22 21:31:30 +01:00
Update validation.yml
This commit is contained in:
parent
989092073c
commit
bd60fe6d72
8
.github/workflows/validation.yml
vendored
8
.github/workflows/validation.yml
vendored
@ -21,12 +21,12 @@ jobs:
|
||||
device-types/ module-types/
|
||||
- name: Format YAML files (hooks)
|
||||
run: |
|
||||
pre-commit run --config .pre-commit-hooks-config.yaml
|
||||
pre-commit run --config .pre-commit-hooks-config.yaml --all-files
|
||||
- name: Format YAML files (yamlfmt)
|
||||
run: |
|
||||
pre-commit run --config .pre-commit-yamlfmt-config.yaml
|
||||
- name: Install plugin
|
||||
pre-commit run --config .pre-commit-yamlfmt-config.yaml --all-files
|
||||
- name: Install pytest plugin to annotate failures in GitHub
|
||||
run: pip install pytest-github-actions-annotate-failures
|
||||
- name: Run tests
|
||||
- name: Run Test Cases
|
||||
id: pytest
|
||||
run: pytest --tb=short -v
|
||||
|
Loading…
Reference in New Issue
Block a user