Skip to content

Commit

Permalink
.github/workflows/tests: Purge lxd after snap
Browse files Browse the repository at this point in the history
Signed-off-by: Max Asnaashari <max.asnaashari@canonical.com>
  • Loading branch information
masnax committed Sep 14, 2023
1 parent 8f356d4 commit 5687658
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 @@ -68,6 +68,10 @@ jobs:

- name: Run system tests
run: |
sudo snap remove lxd --purge
sudo snap install lxd --channel latest/stable
sudo lxd init --auto
MICROCLOUD_SNAP_PATH=$(printf "%s/%s" $(pwd) microcloud_*.snap) make -C microcloud check-system
- name: Upload artifacts
Expand Down

0 comments on commit 5687658

Please sign in to comment.