Skip to content

Commit

Permalink
Test fix for integration tests github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurk93 committed Jan 11, 2024
1 parent 64c71ad commit ac9478b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
git clone https://github.com/pypa/pip pip
cd pip
secureli init --yes
secureli scan --mode all-files --yes
- name: seCureLI Scan
# expect scan to return nonzero exit code
run: |
! secureli scan --mode all-files --yes
test-homebrew-osx:
Expand Down

0 comments on commit ac9478b

Please sign in to comment.