From 452ed4aa1a10d5b3f303e4038e823a32810b7fbf Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Mon, 22 Jan 2024 12:44:57 +0100 Subject: [PATCH] ci: check iptable routing --- .forgejo/workflows/demo.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 351a7c1..1e4a215 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -9,6 +9,9 @@ jobs: runs-on: docker steps: + - name: Check iptable + run: iptables -L -t nat + - name: 'FIX: fetch actions/checkout@v4' run: curl -vL --create-dirs -o /var/run/act/actions/actions-checkout@v4/dist/index.js https://raw.githubusercontent.com/actions/checkout/main/dist/index.js