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