diff options
author | Alan Rominger <arominge@redhat.com> | 2024-12-18 21:17:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 21:17:01 +0100 |
commit | 65b104e1f9edaa75c7cd0b612833a685a8edecac (patch) | |
tree | fc8324e28e930e8af78ab367257a9c76b3ad0f64 | |
parent | Min value should be Decimal (#15413) (diff) | |
download | awx-65b104e1f9edaa75c7cd0b612833a685a8edecac.tar.xz awx-65b104e1f9edaa75c7cd0b612833a685a8edecac.zip |
Upload container logs for live tests (#15713)
* Upload container logs for live tests
* Get rid of dash that does nothing
-rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b2ec43e6a..e0627af4a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,6 +142,11 @@ jobs: - name: Run live dev env tests run: docker exec tools_awx_1 /bin/bash -c "make live_test" + - uses: ./.github/actions/upload_awx_devel_logs + if: always() + with: + log-filename: live-tests.log + awx-operator: runs-on: ubuntu-latest timeout-minutes: 60 |