Split UI test run

Split UI test run

See: https://github.com/ansible/awx/issues/10678
This commit is contained in:
nixocio
2022-03-03 15:38:12 -05:00
parent fe01f13edb
commit f1efc578cb
3 changed files with 18 additions and 4 deletions

View File

@@ -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