summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authornixocio <nixocio@gmail.com>2022-03-03 21:38:12 +0100
committernixocio <nixocio@gmail.com>2022-03-03 22:22:32 +0100
commitf1efc578cb6f333b5c448a9e9dd39b51274ed2cd (patch)
treec341083b4ff4ebdf57228bbfaf9101fc7bba2c12 /.github
parentMerge pull request #11790 from AlexSCorey/11712-SelectRelatedQuery (diff)
downloadawx-f1efc578cb6f333b5c448a9e9dd39b51274ed2cd.tar.xz
awx-f1efc578cb6f333b5c448a9e9dd39b51274ed2cd.zip
Split UI test run
Split UI test run See: https://github.com/ansible/awx/issues/10678
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 99df2f7d72..c9465e9c32 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,9 +33,12 @@ jobs:
- name: ui-lint
label: Run UI Linters
command: make ui-lint
- - name: ui-test
- label: Run UI Tests
- command: make ui-test
+ - name: ui-test-screens
+ label: Run UI Screens Tests
+ command: make ui-test-screens
+ - name: ui-test-general
+ label: Run UI General Tests
+ command: make ui-test-general
steps:
- uses: actions/checkout@v2