From 1568b50ccf3d471889429c04d4b268e3282f6643 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 16 Mar 2024 15:43:44 +0800 Subject: [PATCH] ci: refactor CI workflow and Docker setup - Remove IPv6 ping command from CI workflow - Uncomment Docker run configuration in action.yml Signed-off-by: Bo-Yi Wu --- .github/workflows/ci.yml | 1 - action.yml | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1ec283..e188bf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -298,7 +298,6 @@ jobs: - name: testing ipv6 for command run: | curl -m 9 --ipv6 --verbose https://google.com - ping6 2402:1f00:8000:800::2628 -c 4 - name: testing ipv6 uses: ./ diff --git a/action.yml b/action.yml index 8ff26d4..4a16472 100644 --- a/action.yml +++ b/action.yml @@ -72,9 +72,7 @@ inputs: description: "pass all environment variable to shell script." request_pty: description: "Request a pseudo-terminal from the server." -# runs: -# using: "docker" -# image: "Dockerfile" + runs: using: "composite" steps: