We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80235b commit 8a9990bCopy full SHA for 8a9990b
.github/actions/run-cypress-tests/action.yml
@@ -68,9 +68,9 @@ runs:
68
run: |
69
cd ./OpenSearch-Dashboards
70
if [ -z "${{ inputs.osd_base_path }}" ]; then
71
- nohup yarn start --no-base-path --no-watch --csp.warnLegacyBrowsers=false | tee dashboard.log &
+ yarn start --no-base-path --csp.warnLegacyBrowsers=false
72
else
73
- nohup yarn start --no-watch --csp.warnLegacyBrowsers=false | tee dashboard.log &
+ yarn start --csp.warnLegacyBrowsers=false
74
fi
75
shell: bash
76
0 commit comments