From b7a3c6b025a04b75043038a0f08a8a7484248379 Mon Sep 17 00:00:00 2001 From: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> Date: Tue, 13 May 2025 14:40:07 -0400 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ede438c2b1..e79657a972 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: