diff options
author | Alan Rominger <arominge@redhat.com> | 2023-02-03 17:06:08 +0100 |
---|---|---|
committer | Alan Rominger <arominge@redhat.com> | 2023-02-03 20:24:43 +0100 |
commit | 0f3adb52b1a5345b93ed183e89fd22705db5f426 (patch) | |
tree | 6b82d7bc8dadba4f97e7c558a28ed514232bf67d /.github/workflows | |
parent | Delete everything about py_version in CI workflow (diff) | |
download | awx-0f3adb52b1a5345b93ed183e89fd22705db5f426.tar.xz awx-0f3adb52b1a5345b93ed183e89fd22705db5f426.zip |
Add help comments and reorg targets for separation
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
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 |