Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix button label #2130

Merged
merged 8 commits into from
Oct 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Debug
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Oct 1, 2024
commit 8a9990bc4a1c832e5445e6894a0ddd02165f0999
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
Loading