From 35d5c3040cf5328155cad1d33bde2d057290f37d Mon Sep 17 00:00:00 2001 From: Ryan Liang Date: Tue, 21 Nov 2023 18:19:16 -0800 Subject: [PATCH] Add ls and pwd for idp runup Signed-off-by: Ryan Liang --- .github/workflows/cypress-test-saml-e2e.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress-test-saml-e2e.yml b/.github/workflows/cypress-test-saml-e2e.yml index a5ef19bde..b273b13eb 100644 --- a/.github/workflows/cypress-test-saml-e2e.yml +++ b/.github/workflows/cypress-test-saml-e2e.yml @@ -155,7 +155,10 @@ jobs: # Setup and Run SAML Idp - name: Get and run SAML Idp on Linux if: ${{ runner.os == 'Linux' }} - run: yarn pretest:jest_server + run: | + ls + pwd + yarn pretest:jest_server - name: Run Cypress run : |