diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 158993d..b717133 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 + run: sh op-test.sh -v -sc -o3 # Runs a set of commands using the runners shell # - name: Run a multi-line script