Skip to content

Commit

Permalink
Update lxd-without-sudo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoscher authored Sep 14, 2019
1 parent a202d94 commit 3b27487
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/lxd-without-sudo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,18 @@ jobs:
run: |
sg lxd -c "lxc info"
- name: Launche Ubuntu 18.04 LXC Container
- name: Launch Ubuntu 18.04 LXC Container
run: |
sg lxd -c "lxc launch ubuntu:18.04 ubuntu"
- name: Wait for container to come online
run: |
sleep 5
- name: List all available LXC container
run: |
sg lxd -c "lxc list"
- name: Delete previously created container
run: |
sg lxd -c "lxc delete ubuntu"
sg lxd -c "lxc delete --force ubuntu"

0 comments on commit 3b27487

Please sign in to comment.