Skip to content

Commit

Permalink
Add ls and pwd for idp runup
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <jiallian@amazon.com>
  • Loading branch information
RyanL1997 committed Nov 22, 2023
1 parent d21f651 commit 35d5c30
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cypress-test-saml-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 : |
Expand Down

0 comments on commit 35d5c30

Please sign in to comment.