Skip to content

Commit

Permalink
fix(ci): Check that lab cert is present
Browse files Browse the repository at this point in the history
  • Loading branch information
spbsoluble committed Oct 31, 2024
1 parent 2eb783f commit 1676681
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/go_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
- name: Get Public IP
run: curl -s https://api.ipify.org

- name: Validate lab cert is present
run: |
pwd
ls -la
ls -la lib
ls -la lib/certs
cat lib/certs/int-oidc-lab.eastus2.cloudapp.azure.com.pem
- name: Run tests
run: |
if [ -n "${{ secrets.KEYFACTOR_AUTH_CONFIG_B64 }}" ]; then
Expand Down

0 comments on commit 1676681

Please sign in to comment.