From 3a343e9fd610433fd0370dd5a8e91a050969c059 Mon Sep 17 00:00:00 2001 From: Ryan Liang Date: Tue, 21 Nov 2023 23:10:22 -0800 Subject: [PATCH] Add debugging statements Signed-off-by: Ryan Liang --- .github/workflows/cypress-test-saml-e2e.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cypress-test-saml-e2e.yml b/.github/workflows/cypress-test-saml-e2e.yml index 9840aab05..8d60ff563 100644 --- a/.github/workflows/cypress-test-saml-e2e.yml +++ b/.github/workflows/cypress-test-saml-e2e.yml @@ -67,12 +67,13 @@ jobs: # Add SAML Configuration - name: Injecting SAML Configuration for Linux - if: ${{ runner.os == 'Linux' }} + if: ${{ runner.os == 'Linux'}} run: | - set -e # Exit immediately if a command exits with a non-zero status. echo "Creating new SAML configuration" - cd ./opensearch-${{ env.OPENSEARCH_VERSION }}-SNAPSHOT/config/opensearch-security/ - rm -f config.yml + pwd + cd ./opensearch-${{ env.OPENSEARCH_VERSION }}-SNAPSHOT/config/opensearch-security/ + ls + rm -rf config.yml cat << 'EOT' > config.yml --- _meta: