From bd60fe6d72c64399b66b2007414069dc6b5a6160 Mon Sep 17 00:00:00 2001 From: "Daniel W. Anner" Date: Wed, 19 Jul 2023 11:09:33 -0400 Subject: [PATCH] Update validation.yml --- .github/workflows/validation.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index ee6a078a..742f98e9 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -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