Skip to content

Commit 0faec9a

Browse files
committed
hil.yml: Disable fast failing for test jobs.
1 parent d17e28e commit 0faec9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/hil.yml

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
PYTHON_VERSION: 3.10.1
7474
PYENV_VERSION: v2.2.3
7575
strategy:
76+
fail-fast: false
7677
matrix:
7778
fqbn: ['esp32:esp32:esp32', 'esp32:esp32:esp32s2', 'esp32:esp32:esp32c3']
7879
sketches: ${{fromJson(needs.prep_sketches.outputs.sketches)}}

0 commit comments

Comments
 (0)