Skip to content

Commit

Permalink
Add upterm action to interactively debug failures in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
freyes committed Apr 17, 2024
1 parent 3584411 commit 7bf60fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ jobs:
architectures: [amd64]
EOF
charmcraft pack -p tests/charm-minimal -v
## action to interactively debug CI failures.
# - name: Setup upterm session
# if: failure()
# uses: lhotari/action-upterm@v1
- name: Upload charmcraft execution logs
if: always()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7bf60fb

Please sign in to comment.