We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a62cb commit 37821e7Copy full SHA for 37821e7
.github/workflows/hil.yml
@@ -73,6 +73,7 @@ jobs:
73
PYTHON_VERSION: 3.10.1
74
PYENV_VERSION: v2.2.3
75
strategy:
76
+ fail-fast: false
77
matrix:
78
fqbn: ['esp32:esp32:esp32', 'esp32:esp32:esp32s2', 'esp32:esp32:esp32c3']
79
sketches: ${{fromJson(needs.prep_sketches.outputs.sketches)}}
0 commit comments