From 16766812e5cc5a8a8037c78dc401e2b8567f44fc Mon Sep 17 00:00:00 2001 From: spbsoluble <1661003+spbsoluble@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:30:43 -0700 Subject: [PATCH] fix(ci): Check that lab cert is present --- .github/workflows/go_tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/go_tests.yml b/.github/workflows/go_tests.yml index b61e926..a40e8ba 100644 --- a/.github/workflows/go_tests.yml +++ b/.github/workflows/go_tests.yml @@ -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