Skip to content

Commit 4d9205f

Browse files
committed
fix(mdns): Debug dig issues
1 parent 6561d50 commit 4d9205f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/mdns__host-tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,8 @@ jobs:
4040
python ./ci/build_apps.py components/mdns/tests/host_test/
4141
cd components/mdns/tests/host_test
4242
./build_linux_app/mdns_host.elf &
43-
dig +short -p 5353 @224.0.0.251 myesp.local > ip.txt
44-
cat ip.txt | xargs dig +short -p 5353 @224.0.0.251 -x
45-
cat ip.txt
46-
# run pytest
47-
pytest
43+
dig -p 5353 @224.0.0.251 myesp.local > output.txt || echo "dig failed"
44+
cat output.txt
4845
4946
build_afl_host_test_mdns:
5047
if: contains(github.event.pull_request.labels.*.name, 'mdns') || github.event_name == 'push'

0 commit comments

Comments
 (0)