charmed-hpc / slurm-charms

Juju charms for automating the Day 0 to Day 2 operations of the Slurm workload manager ⚖️🐧
Apache License 2.0
1 stars 5 forks source link

fix(ci): initialize lxd before packing charm #47

Closed NucciTheBoss closed 4 days ago

NucciTheBoss commented 4 days ago

The upload-charm action does not initialize LXD which will cause the worklflow to fail if destructive-mode is set to false.

This PR is a follow-on fix for https://github.com/charmed-hpc/slurm-charms/pull/42 since the upload-charm action doesn't set up LXD itself.