Skip to content

Commit

Permalink
Added debug and verbose to see why we're returning an error code with…
Browse files Browse the repository at this point in the history
… no visible error
  • Loading branch information
aegilops committed Feb 9, 2024
1 parent 0f897ba commit ff3da60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Unit Test patterns with hyperscan
run: |
cd "${GITHUB_WORKSPACE}"/secret-scanning-tools/secretscanning
python3 ./test.py --tests "${GITHUB_WORKSPACE}" --exclude django_secret_key
python3 ./test.py --tests "${GITHUB_WORKSPACE}" --exclude django_secret_key --debug --verbose

0 comments on commit ff3da60

Please sign in to comment.