Skip to content

Commit

Permalink
Update tests to match updated cli usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
friedbyalice authored Jun 19, 2024
1 parent 5309e53 commit 358cd6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,14 +372,14 @@ jobs:
- name: sonar-scanner is installed and in PATH
run: |
sonar-scanner --help | grep "INFO: usage: sonar-scanner "
sonar-scanner --help | grep "usage: sonar-scanner "
- name: sonar-scanner-binary output is correct
shell: bash
env:
BINARY: ${{ steps.run-action.outputs.sonar-scanner-binary }}
run: |
"$BINARY" --help | grep "INFO: usage: sonar-scanner "
"$BINARY" --help | grep "usage: sonar-scanner "
# build-wrapper does not have --help or equivalent option.
# Pass to few arguments and ignore error code
Expand Down

0 comments on commit 358cd6a

Please sign in to comment.