We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf9263 commit f03255bCopy full SHA for f03255b
.github/workflows/mdns__build-target-test.yml
@@ -76,6 +76,8 @@ jobs:
76
- name: Run ${{ matrix.test.app }} application on ${{ matrix.idf_target }}
77
working-directory: components/mdns/${{ matrix.test.path }}
78
run: |
79
+ # python -m pip install pytest pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf --upgrade
80
+ pip install --prefer-binary cryptography pytest-embedded pytest-embedded-qemu pytest-embedded-serial-esp pytest-embedded-idf pytest-custom_exit_code --upgrade
81
unzip ci/artifacts.zip -d ci
82
for dir in `ls -d ci/build_*`; do
83
rm -rf build sdkconfig.defaults
0 commit comments