From 83fa2ac23de70ee42f68c18a21d06b92ba82633b Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Fri, 27 May 2022 23:11:55 +0100 Subject: [PATCH] Enable verbose unit test log for Linux Signed-off-by: Richard T Bonhomme --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index c05f6fc..96f4b18 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -33,7 +33,7 @@ jobs: # Runs a single command using the runners shell - name: operational test - run: sh op-test.sh -v -sc -o3 -p + run: sh op-test.sh -vv -sc -o3 -p # Runs a set of commands using the runners shell # - name: Run a multi-line script