mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 01:17:35 -02:30
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:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -142,6 +142,11 @@ jobs:
|
|||||||
- name: Run live dev env tests
|
- name: Run live dev env tests
|
||||||
run: docker exec tools_awx_1 /bin/bash -c "make live_test"
|
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:
|
awx-operator:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
|
|||||||
Reference in New Issue
Block a user