]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Updated ci-validation.yaml
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Wed, 16 Aug 2023 09:54:51 +0000 (11:54 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Wed, 16 Aug 2023 09:54:51 +0000 (11:54 +0200)
.github/workflows/ci-validation.yaml

index a32bdfa33c8651175582ccfa62920ec7ecce9c5d..2e5325548943fc9cb8488a1426e9089bdeda12f1 100644 (file)
@@ -19,6 +19,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
+    - name: ⤵️ Check out configuration from GitHub
     - uses: actions/checkout@v3
 
     - name: Set up Python 3.11
@@ -36,19 +37,19 @@ jobs:
       run: |
         python3 -m pip install homeassistant
 
-    - name: Use dummy files for credentials
-      run: |
-        cp .secrets_dummy.yaml secrets.yaml
-        cp credentials/.google_dummy.json credentials/google.json
-
-    - name: Installing Custom Components
+    - name: Install Custom Components
       run: |
         mkdir custom_components/
         # Monitor Docker
         git clone https://github.com/ualex73/monitor_docker
         mv monitor_docker/custom_components/monitor_docker/ custom_components/
 
-    - name: Home Assistant Configuration Check
+    - name: Use dummy files for credentials
+      run: |
+        cp .secrets_dummy.yaml secrets.yaml
+        cp credentials/.google_dummy.json credentials/google.json
+
+    - name: 🚀 Run Home Assistant Configuration Check    
       run: |
         sed -i "/\b\(mobile_app\)\b/d" configuration.yaml
         hass --script check_config --config . --info