File tree 1 file changed +13
-7
lines changed
1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -146,14 +146,20 @@ jobs:
146
146
env :
147
147
ESPFLASH_PORT : /dev/serial_ports/${{ matrix.board }}
148
148
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
153
150
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
157
163
158
164
- name : monitor test
159
165
env :
You can’t perform that action at this time.
0 commit comments