Skip to content

Commit

Permalink
Run juju-crashdump instead of juju crashdump
Browse files Browse the repository at this point in the history
The juju snap can't run programs that are outside the snap due to the
confinement restrictions
  • Loading branch information
freyes committed Feb 20, 2024
1 parent 18c179e commit aec6e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
juju models
model=$(juju models --format yaml|grep "^- name:.*zaza"|cut -f2 -d/)
juju status -m $model | tee logs/juju-status.txt
juju crashdump -m $model -o logs/
juju-crashdump -m $model -o logs/
- name: upload logs on failure
if: failure()
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit aec6e76

Please sign in to comment.