Skip to content

Commit

Permalink
Avoid to stop the VM (#4)
Browse files Browse the repository at this point in the history
* Avoid to stop the VM

* Stop the VM instead of deleting it

Deleteing without stopping is impossible
  • Loading branch information
waliid authored Nov 11, 2024
1 parent a33306c commit add46be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,3 @@ jobs:
- name: Stop and remove the VM
run: |
tart stop ${{ env.vm_name }}
tart delete ${{ env.vm_name }}

0 comments on commit add46be

Please sign in to comment.