Skip to content

Commit 46d4e94

Browse files
committed
ci(runner): Removed example_display_sensors from runner
1 parent 5966436 commit 46d4e94

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/build-run-applications.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,10 @@ jobs:
127127
idf_ver:
128128
- "latest"
129129
runner:
130-
- example: "test_example_display"
131-
- example: "test_example_lvgl_demos"
132-
- example: "test_example_display_sensors"
133-
- example: "test_example_generic_button_led"
134-
- example: "test_example_lvgl_benchmark"
130+
- example: "test_example_display$"
131+
- example: "test_example_lvgl_demos$"
132+
- example: "test_example_generic_button_led$"
133+
- example: "test_example_lvgl_benchmark$"
135134
env:
136135
TEST_RESULT_NAME: test_results_${{ matrix.runner.example }}_${{ matrix.idf_ver }}
137136
BENCHMARK_RESULT_NAME: benchmark_${{ matrix.runner.example }}_${{ matrix.idf_ver }}
@@ -161,7 +160,7 @@ jobs:
161160
run: |
162161
export PYTEST_EMBEDDED_CACHE_DIR=/tmp/pytest-embedded-cache-dummy
163162
mkdir -p /tmp/pytest-embedded-cache-dummy
164-
pytest --suppress-no-test-exit-code --ignore-glob '*/managed_components/*' --ignore=.github --junit-xml=${{ env.TEST_RESULT_FILE }} -k ${{ matrix.runner.example }} -n auto ${{ env.PYTEST_BENCHMARK_IGNORE }}
163+
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 }}
165164
- name: Upload test results
166165
uses: actions/upload-artifact@v4
167166
if: always()

0 commit comments

Comments
 (0)