From a722ff0f7e696631182265ef6c22574a2152bf40 Mon Sep 17 00:00:00 2001 From: Junya Morioka Date: Sun, 18 May 2025 00:14:22 +0900 Subject: [PATCH] fix test workflow --- .github/workflows/test-self-hosted.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-self-hosted.yml b/.github/workflows/test-self-hosted.yml index bc9f67b..274d9ff 100644 --- a/.github/workflows/test-self-hosted.yml +++ b/.github/workflows/test-self-hosted.yml @@ -27,6 +27,8 @@ jobs: timeout-minutes: 1000 container: image: ubuntu:22.04 + env: + DEBIAN_FRONTEND: noninteractive strategy: fail-fast: false matrix: @@ -38,7 +40,6 @@ jobs: steps: - name: Install tools run: | - export DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-install-recommends \ curl \ ca-certificates \