diff options
author | Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> | 2024-04-12 20:30:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 20:30:39 +0200 |
commit | e8a3b964829de66fadbcaac0a7c450af8c3bffe5 (patch) | |
tree | 166a9a14de7554468623cd89611aa68d0629cc87 /.github | |
parent | Store molecule debug output to github artifacts (#15107) (diff) | |
download | awx-e8a3b964829de66fadbcaac0a7c450af8c3bffe5.tar.xz awx-e8a3b964829de66fadbcaac0a7c450af8c3bffe5.zip |
Use latest awx-ee in devel CI (#15098)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb83d92090..3b6258672f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,6 +113,7 @@ jobs: env: AWX_TEST_IMAGE: local/awx AWX_TEST_VERSION: ci + AWX_EE_TEST_IMAGE: quay.io/ansible/awx-ee:latest STORE_DEBUG_OUTPUT: true - name: Upload debug output |