Update validation.yml

This commit is contained in:
Daniel W. Anner 2023-07-19 11:09:33 -04:00 committed by GitHub
parent 989092073c
commit bd60fe6d72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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