Skip to content

Commit

Permalink
ci: print status even if wait-for fails
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettj12 committed Oct 19, 2023
1 parent 8458771 commit 3c84262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ jobs:
- name: Check charm status
run: |
juju switch controller
set +e
juju wait-for application controller --timeout 1m
juju status
Expand Down

0 comments on commit 3c84262

Please sign in to comment.