Skip to content

Commit

Permalink
workflows/hil.yml: Update the HIL runners tags.
Browse files Browse the repository at this point in the history
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
  • Loading branch information
Ouss4 committed Apr 11, 2022
1 parent ba0bfdf commit 087740f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,12 @@ jobs:
Test:
needs: [gen_chunks, Build]
name: ${{matrix.chip}}-Test#${{matrix.chunks}}
runs-on: ESP32
runs-on:
- ESP32
- ESP32-S2
- ESP32-S3
- ESP32-C3

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 087740f

Please sign in to comment.