From 37bb89402e0ac687f57d4356930341b70c6f6b57 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 3 Oct 2024 12:09:15 -0700 Subject: [PATCH] add VCAP_SERVICES --- .github/workflows/checks.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 0e55c8893..52fefbc76 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -95,10 +95,8 @@ jobs: - name: Check API Server availability run: | curl --fail -v https://notify-api-staging.app.cloud.gov || exit 1 - - name: Print VCAP Services - run: | - echo "VCAP SERVICES value on runner:" - echo "$VCAP_SERVICES" + - name: Print all environment variables + run: env - name: Run Admin server # If we want to log stuff and see what's broken, # insert this line: