We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fcf1de commit 7aa8570Copy full SHA for 7aa8570
.github/workflows/benchmark.yml
@@ -76,11 +76,7 @@ jobs:
76
. ${IDF_PATH}/export.sh
77
pip install --prefer-binary pytest-custom_exit_code pytest-xdist
78
79
- pytest \
80
- ${{ env.BENCHMARK_PROJECT_DIR }} \
81
- -c pytest.ini \
82
- --suppress-no-test-exit-code \
83
- --junit-xml=${{ env.TEST_RESULT_FILE }} \
+ pytest --suppress-no-test-exit-code --ignore-glob '*/managed_components/*' --ignore=.github --junit-xml=${{ env.TEST_RESULT_FILE }} -k test_example_lvgl_benchmark -n auto
84
- name: Upload test results
85
uses: actions/upload-artifact@v4
86
if: always()
0 commit comments