Skip to content

Commit

Permalink
Update cypress-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AWSHurneyt authored Aug 20, 2024
1 parent 4270710 commit 5856444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run Opensearch with plugin
run: |
cd alerting
./gradlew run -Dopensearch.version=${{ env.OPENSEARCH_VERSION }} &
./gradlew :alerting:run -Dopensearch.version=${{ env.OPENSEARCH_VERSION }} &
timeout 300 bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:9200)" != "200" ]]; do sleep 5; done'
- name: Checkout OpenSearch Dashboards
uses: actions/checkout@v2
Expand Down

0 comments on commit 5856444

Please sign in to comment.