Skip to content

Commit

Permalink
Unit-Test: Nix, disable download and use of openssl3 and shellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Jan 21, 2025
1 parent ff8705b commit c1f2412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c1f2412

Please sign in to comment.