Skip to content

Commit 8a9990b

Browse files
committed
Debug
Signed-off-by: Derek Ho <dxho@amazon.com>
1 parent d80235b commit 8a9990b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/run-cypress-tests/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ runs:
6868
run: |
6969
cd ./OpenSearch-Dashboards
7070
if [ -z "${{ inputs.osd_base_path }}" ]; then
71-
nohup yarn start --no-base-path --no-watch --csp.warnLegacyBrowsers=false | tee dashboard.log &
71+
yarn start --no-base-path --csp.warnLegacyBrowsers=false
7272
else
73-
nohup yarn start --no-watch --csp.warnLegacyBrowsers=false | tee dashboard.log &
73+
yarn start --csp.warnLegacyBrowsers=false
7474
fi
7575
shell: bash
7676

0 commit comments

Comments
 (0)