Skip to content

Commit d0e9c7a

Browse files
committed
feat: Update p4 bootloader
1 parent dfe9b8b commit d0e9c7a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/hil.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,5 +156,10 @@ jobs:
156156
echo "$PWD/espflash_app" >> "$GITHUB_PATH"
157157
echo "$PWD/xtask_app" >> "$GITHUB_PATH"
158158
159+
- name: Reset device
160+
run: |
161+
espflash reset
162+
sleep 5
163+
159164
- name: Run all tests
160165
run: xtask run-tests --chip ${{ matrix.target.soc }} -t 60 --no-build
528 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)