We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd70174 commit 928d125Copy full SHA for 928d125
.github/workflows/cypress-workflow.yml
@@ -8,7 +8,6 @@ on:
8
- "**"
9
env:
10
OPENSEARCH_DASHBOARDS_VERSION: 'main'
11
- OPENSEARCH_VERSION: '3.0.0-SNAPSHOT'
12
ALERTING_PLUGIN_BRANCH: 'main'
13
jobs:
14
tests:
@@ -34,7 +33,7 @@ jobs:
34
33
- name: Run Opensearch with plugin
35
run: |
36
cd alerting
37
- ./gradlew :alerting:run -Dopensearch.version=${{ env.OPENSEARCH_VERSION }} &
+ ./gradlew :alerting:run &
38
timeout 300 bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:9200)" != "200" ]]; do sleep 5; done'
39
- name: Checkout OpenSearch Dashboards
40
uses: actions/checkout@v2
0 commit comments