Skip to content

Commit

Permalink
Try again (x2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurk93 committed Jan 11, 2024
1 parent b2b64e4 commit 165d112
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
secureli init --yes
- name: seCureLI Scan
# expect scan to return nonzero exit code
run: "! (secureli scan --mode all-files --yes)"
run: |
cd pip
! (secureli scan --mode all-files --yes)
test-homebrew-osx:
Expand Down

0 comments on commit 165d112

Please sign in to comment.