Skip to content

Commit

Permalink
Check workflow once again pt 7
Browse files Browse the repository at this point in the history
Signed-off-by: Sujay Kandwal <[email protected]>
  • Loading branch information
skandwal-mitre committed Sep 26, 2024
1 parent 41a5710 commit 3cea9ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
- name: Validate certificate contents
shell: bash
run: |
ls -la cert.pfx
openssl pkcs12 -info -in cert.pfx -passin pass: -passout pass:
ls -la ~/cert.pfx
openssl pkcs12 -info -in ~/cert.pfx -passin pass: -passout pass:
- name: Run Inspec test
continue-on-error: true
Expand Down

0 comments on commit 3cea9ce

Please sign in to comment.