Delete UI test from CI (#6831)

In release_4.6 we no longer ship UI in AAP 2.5 so there's no reason to waste time on CI test for UIs
This commit is contained in:
Hao Liu 2025-05-13 14:40:07 -04:00 committed by GitHub
parent ba7ee23298
commit b7a3c6b025
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,12 +31,6 @@ jobs:
command: /start_tests.sh test_collection_all
- name: api-schema
command: /start_tests.sh detect-schema-change SCHEMA_DIFF_BASE_BRANCH=${{ github.event.pull_request.base.ref }}
- name: ui-lint
command: make ui-lint
- name: ui-test-screens
command: make ui-test-screens
- name: ui-test-general
command: make ui-test-general
steps:
- uses: actions/checkout@v4
with: