Skip to content

Commit 1676681

Browse files
committed
fix(ci): Check that lab cert is present
1 parent 2eb783f commit 1676681

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/go_tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ jobs:
2424
- name: Get Public IP
2525
run: curl -s https://api.ipify.org
2626

27+
- name: Validate lab cert is present
28+
run: |
29+
pwd
30+
ls -la
31+
ls -la lib
32+
ls -la lib/certs
33+
cat lib/certs/int-oidc-lab.eastus2.cloudapp.azure.com.pem
34+
2735
- name: Run tests
2836
run: |
2937
if [ -n "${{ secrets.KEYFACTOR_AUTH_CONFIG_B64 }}" ]; then

0 commit comments

Comments
 (0)