From c1f2412292b579bde837f11ada07bd9ff12a0858 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Tue, 21 Jan 2025 22:47:47 +0000 Subject: [PATCH] Unit-Test: Nix, disable download and use of openssl3 and shellcheck Signed-off-by: Richard T Bonhomme --- .github/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 8646879f3..0a1c18cea 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -34,7 +34,7 @@ jobs: # Runs a single command using the runners shell - name: operational test - run: sh op-test.sh -vv -sc -o3 -p + run: sh op-test.sh -vv -p # Runs a set of commands using the runners shell # - name: Run a multi-line script @@ -64,7 +64,7 @@ jobs: # Runs a single command using the runners shell - name: operational test - run: sh op-test.sh -vv -sc -o3 -p + run: sh op-test.sh -vv -p # Runs a set of commands using the runners shell # - name: Run a multi-line script