1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Run YAML test 8 during CI and fix board used (#4862)

This commit is contained in:
Stefan Rado
2023-05-21 22:08:33 +02:00
committed by GitHub
parent 8a518f0def
commit 8384bd7fc7
2 changed files with 2 additions and 2 deletions

View File

@@ -233,7 +233,7 @@ jobs:
fail-fast: false
max-parallel: 2
matrix:
file: [1, 2, 3, 3.1, 4, 5, 6, 7]
file: [1, 2, 3, 3.1, 4, 5, 6, 7, 8]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3.5.2