Skip to content

Commit

Permalink
test: undo debug-log
Browse files Browse the repository at this point in the history
  • Loading branch information
NohaIhab committed Feb 2, 2024
1 parent f0a6afb commit eb268f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ jobs:
- name: Run integration tests
run: sg snap_microk8s -c "tox -vve integration -- --model testing"

- name: Dump juju debug-log on failure
if: failure() || cancelled()
run: |
sg microk8s -c "juju debug-log --replay --no-tail"
# - name: Dump juju debug-log on failure
# if: failure() || cancelled()
# run: |
# sg microk8s -c "juju debug-log --replay --no-tail"

# On failure, capture debugging resources
- name: Get all
Expand Down

0 comments on commit eb268f7

Please sign in to comment.