Skip to content

Commit 22ffb17

Browse files
committed
fix: Update flash test
1 parent 9de1590 commit 22ffb17

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

.github/workflows/hil.yml

+13-7
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,20 @@ jobs:
146146
env:
147147
ESPFLASH_PORT: /dev/serial_ports/${{ matrix.board }}
148148
ESPFLASH_APP: espflash/${{ matrix.board }}_app/hello_world
149-
shell: bash
150-
run: |
151-
result=$(espflash_app/espflash flash ${{ env.ESPFLASH_APP }} 2>&1)
152-
echo "$result"
149+
run: espflash_app/espflash flash ${{ env.ESPFLASH_APP }} 2>&1
153150

154-
if ! echo "$result" | grep -q "Flashing has completed!"; then
155-
exit 1
156-
fi
151+
# - name: flash test
152+
# env:
153+
# ESPFLASH_PORT: /dev/serial_ports/${{ matrix.board }}
154+
# ESPFLASH_APP: espflash/${{ matrix.board }}_app/hello_world
155+
# shell: bash
156+
# run: |
157+
# result=$(espflash_app/espflash flash ${{ env.ESPFLASH_APP }} 2>&1)
158+
# echo "$result"
159+
160+
# if ! echo "$result" | grep -q "Flashing has completed!"; then
161+
# exit 1
162+
# fi
157163

158164
- name: monitor test
159165
env:

0 commit comments

Comments
 (0)