File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155155 run : |
156156 export PYTEST_EMBEDDED_CACHE_DIR=/tmp/pytest-embedded-cache-dummy
157157 mkdir -p /tmp/pytest-embedded-cache-dummy
158- pytest --suppress-no-test-exit-code --ignore-glob '*/managed_components/*' --ignore=.github --junit-xml=${{ env.TEST_RESULT_FILE }} -k "${{ matrix.runner.example }} and not test_example_display_sensors" -n auto ${{ env.PYTEST_BENCHMARK_IGNORE }}
158+ pytest --suppress-no-test-exit-code --ignore-glob '*/managed_components/*' --ignore=.github --junit-xml=${{ env.TEST_RESULT_FILE }} -m "${{ matrix.runner.example }} and not test_example_display_sensors" -n auto ${{ env.PYTEST_BENCHMARK_IGNORE }}
159159 - name : Upload test results
160160 uses : actions/upload-artifact@v4
161161 if : always()
You can’t perform that action at this time.
0 commit comments