Skip to content

Commit

Permalink
update cypress workflow
Browse files Browse the repository at this point in the history
Signed-off-by: vikhy-aws <[email protected]>
  • Loading branch information
vikhy-aws committed Jan 9, 2025
1 parent d9b62fe commit 332525c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches:
- "**"
env:
OPENSEARCH_DASHBOARDS_VERSION: '2.15.0'
ALERTING_PLUGIN_BRANCH: '2.15.0.0'
OPENSEARCH_DASHBOARDS_VERSION: '2.15'
ALERTING_PLUGIN_BRANCH: '2.15'
jobs:
tests:
name: Run Cypress E2E tests
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Run OpenSearch Dashboards server
run: |
cd OpenSearch-Dashboards
yarn start --no-base-path --no-watch --server.host="0.0.0.0" &
yarn start --no-base-path --no-watch --server.host="0.0.0.0" --opensearch.ignoreVersionMismatch=true &
sleep 300
# timeout 300 bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:5601/api/status)" != "200" ]]; do sleep 5; done'
- name: Run Cypress tests
Expand Down

0 comments on commit 332525c

Please sign in to comment.