From 5ba5088df93ee301ce1597d65b79a83b3cd7cff5 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Mon, 13 Mar 2023 21:05:06 +0000 Subject: [PATCH] Run all tests with EASYRSA_SILENT_SSL=1 (Temporary) Signed-off-by: Richard T Bonhomme --- .github/workflows/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 58422cc..5c3dad0 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -25,6 +25,7 @@ jobs: EASYRSA_REMOTE_CI: 1 EASYRSA_NIX: 1 TERM: xterm-256color + EASYRSA_SILENT_SSL: 1 # Steps represent a sequence of tasks that will be executed as part of the job steps: @@ -50,6 +51,7 @@ jobs: EASYRSA_REMOTE_CI: 1 EASYRSA_WIN: 1 TERM: xterm-256color + EASYRSA_SILENT_SSL: 1 # Steps represent a sequence of tasks that will be executed as part of the job steps: @@ -76,6 +78,7 @@ jobs: #LIBRESSL_LIMIT: 1 EASYRSA_MAC: 1 TERM: xterm-256color + EASYRSA_SILENT_SSL: 1 # Steps represent a sequence of tasks that will be executed as part of the job steps: