Skip to content

Commit 7aa8570

Browse files
committed
WIP
1 parent 6fcf1de commit 7aa8570

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,7 @@ jobs:
7676
. ${IDF_PATH}/export.sh
7777
pip install --prefer-binary pytest-custom_exit_code pytest-xdist
7878
79-
pytest \
80-
${{ env.BENCHMARK_PROJECT_DIR }} \
81-
-c pytest.ini \
82-
--suppress-no-test-exit-code \
83-
--junit-xml=${{ env.TEST_RESULT_FILE }} \
79+
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
8480
- name: Upload test results
8581
uses: actions/upload-artifact@v4
8682
if: always()

0 commit comments

Comments
 (0)