From 8dc44bb911cce059c1771d664bd1a6f3a1fb26a8 Mon Sep 17 00:00:00 2001 From: Ryan Liang Date: Tue, 21 Nov 2023 18:55:56 -0800 Subject: [PATCH] change dir 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 b273b13eb..41e916119 100644 --- a/.github/workflows/cypress-test-saml-e2e.yml +++ b/.github/workflows/cypress-test-saml-e2e.yml @@ -154,10 +154,10 @@ jobs: # Setup and Run SAML Idp - name: Get and run SAML Idp on Linux - if: ${{ runner.os == 'Linux' }} run: | ls pwd + cd .. yarn pretest:jest_server - name: Run Cypress