Parcourir la source

ci: add untranslated_entity checks to yamltests flow

This could probably be worked into the pytest test, but since there is
already a utility script for finding these, for now just reuse it to
ensure more do not creep in.
Jason Rumney il y a 5 mois
Parent
commit
071b4c1a52
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      .github/workflows/yamltests.yml

+ 3 - 1
.github/workflows/yamltests.yml

@@ -35,4 +35,6 @@ jobs:
           python -m pip install --upgrade pip
           python -m pip install --upgrade pip
           pip install -r requirements-dev.txt
           pip install -r requirements-dev.txt
       - name: Device configs check with pytest
       - name: Device configs check with pytest
-        run: pytest tests/test_device_config.py
+        run: |
+          pytest tests/test_device_config.py
+          python util/untranslated_entities.py