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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

View file

@ -4,7 +4,7 @@ wifi:
ssid: "ssid"
esp32:
board: esp32-c3-devkitm-1
board: esp32s3box
variant: ESP32S3
framework:
type: arduino