From 00688384b81a1e19d1328a30c2e7d9722b30d312 Mon Sep 17 00:00:00 2001 From: Abe Tomoaki Date: Tue, 19 Mar 2024 22:31:17 +0900 Subject: [PATCH] wip --- .github/workflows/test.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0b28087..1d5ea8f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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