Skip to content

Commit

Permalink
fix(coverage) use lxc delete correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
edlerd committed Apr 10, 2024
1 parent 74f03ea commit 595a167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ jobs:
sudo lxc config set cluster.https_address "127.0.0.1"
sudo lxc cluster enable local
- name: Produce a local image
- name: Create a custom image
shell: bash
run: |
set -x
sudo lxc launch ubuntu-minimal:22.04 my-instance
sudo lxc publish my-instance --alias my-custom-image --force
sudo lxc remove my-instance --force
sudo lxc delete my-instance --force
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 595a167

Please sign in to comment.