From a342603aeb1559d78c6b6a9a28ba5975493353ee Mon Sep 17 00:00:00 2001 From: Ryan Liang Date: Tue, 21 Nov 2023 19:54:22 -0800 Subject: [PATCH] Set directory before run idp Signed-off-by: Ryan Liang --- .github/workflows/cypress-test-saml-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-test-saml-e2e.yml b/.github/workflows/cypress-test-saml-e2e.yml index 41e916119..8d2f2d687 100644 --- a/.github/workflows/cypress-test-saml-e2e.yml +++ b/.github/workflows/cypress-test-saml-e2e.yml @@ -155,9 +155,9 @@ jobs: # Setup and Run SAML Idp - name: Get and run SAML Idp on Linux run: | + cd ./OpenSearch-Dashboards/plugins/security-dashboards-plugin ls pwd - cd .. yarn pretest:jest_server - name: Run Cypress