From 84822784e8e9992aac93f9397115d4408fc62c1e Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Fri, 3 Feb 2023 11:51:29 -0500 Subject: [PATCH] Get rid of label because it is confusing --- .github/workflows/ci.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dba6c5e6e7..74d3f955f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,32 +20,24 @@ jobs: tests: - name: api-test command: /start_tests.sh - label: Run API Tests - name: api-lint command: /var/lib/awx/venv/awx/bin/tox -e linters - label: Run API Linters - name: api-swagger command: /start_tests.sh swagger - label: Generate API Reference - name: awx-collection command: /start_tests.sh test_collection_all - label: Run Collection Tests - name: api-schema - label: Check API Schema command: /start_tests.sh detect-schema-change SCHEMA_DIFF_BASE_BRANCH=${{ github.event.pull_request.base.ref }} - name: ui-lint - label: Run UI Linters command: make ui-lint - 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 - - name: Run check ${{ matrix.tests.label }} + - name: Run check ${{ matrix.tests.name }} run: AWX_DOCKER_CMD='${{ matrix.tests.command }}' make github_ci_runner dev-env: