Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Oct 1, 2024
1 parent d80235b commit 8a9990b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/run-cypress-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ runs:
run: |
cd ./OpenSearch-Dashboards
if [ -z "${{ inputs.osd_base_path }}" ]; then
nohup yarn start --no-base-path --no-watch --csp.warnLegacyBrowsers=false | tee dashboard.log &
yarn start --no-base-path --csp.warnLegacyBrowsers=false
else
nohup yarn start --no-watch --csp.warnLegacyBrowsers=false | tee dashboard.log &
yarn start --csp.warnLegacyBrowsers=false
fi
shell: bash

Expand Down

0 comments on commit 8a9990b

Please sign in to comment.