We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb783f commit 1676681Copy full SHA for 1676681
.github/workflows/go_tests.yml
@@ -24,6 +24,14 @@ jobs:
24
- name: Get Public IP
25
run: curl -s https://api.ipify.org
26
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
+
35
- name: Run tests
36
run: |
37
if [ -n "${{ secrets.KEYFACTOR_AUTH_CONFIG_B64 }}" ]; then
0 commit comments