From 0f3adb52b1a5345b93ed183e89fd22705db5f426 Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Fri, 3 Feb 2023 11:06:08 -0500 Subject: Add help comments and reorg targets for separation --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f492230244..dba6c5e6e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,9 +46,7 @@ jobs: - uses: actions/checkout@v2 - name: Run check ${{ matrix.tests.label }} - run: make github_ci_runner - env: - CI_GITHUB_COMMAND: ${{ matrix.tests.command }} + run: AWX_DOCKER_CMD='${{ matrix.tests.command }}' make github_ci_runner dev-env: runs-on: ubuntu-latest -- cgit v1.2.3