Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Mar 19, 2024
1 parent 0dfb3e2 commit 0068838
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ jobs:
sudo apt update
sudo apt install -y -V incus
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- run: |
sudo iptables -I DOCKER-USER -i incusbr0 -j ACCEPT
sudo iptables -I DOCKER-USER -o incusbr0 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
sudo incus admin init --auto
sudo incus launch images:debian/12 target
sudo incus config device add target host disk source=$PWD path=/host
sleep 20
sudo incus ls
sudo incus network list
sudo incus exec target apt update

0 comments on commit 0068838

Please sign in to comment.