Upload container logs for live tests (#15713)

* Upload container logs for live tests

* Get rid of dash that does nothing
This commit is contained in:
Alan Rominger
2024-12-18 15:17:01 -05:00
committed by GitHub
parent 29f36793de
commit 65b104e1f9

View File

@@ -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