Skip to content

Commit 5df4643

Browse files
committed
fix(console): Ignore eth_init hidden config warning
1 parent bd6b66d commit 5df4643

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/console_cmd_ifconfig__build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ jobs:
1313
name: Build
1414
strategy:
1515
matrix:
16-
idf_ver: ["latest", "release-v5.0"]
16+
idf_ver: ["latest", "release-v5.1", "release-v5.0"]
1717
idf_target: ["esp32"]
1818
test: [ { app: ifconfig-basic, path: "components/console_cmd_ifconfig/examples"}]
19+
include:
20+
- idf_ver: "latest"
21+
warning: "the choice symbol ETHERNET_PHY_LAN867X"
22+
1923
runs-on: ubuntu-22.04
2024
container: espressif/idf:${{ matrix.idf_ver }}
2125
steps:
@@ -24,6 +28,8 @@ jobs:
2428
with:
2529
submodules: recursive
2630
- name: Build ${{ matrix.test.app }} with IDF-${{ matrix.idf_ver }} for ${{ matrix.idf_target }}
31+
env:
32+
EXPECTED_WARNING: ${{ matrix.warning }}
2733
shell: bash
2834
working-directory: ${{matrix.test.path}}
2935
run: |

0 commit comments

Comments
 (0)