Skip to content

Commit 928d125

Browse files
author
Manaswini Ragamouni
committed
retrigger CI
Signed-off-by: Manaswini Ragamouni <[email protected]>
1 parent bd70174 commit 928d125

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cypress-workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
- "**"
99
env:
1010
OPENSEARCH_DASHBOARDS_VERSION: 'main'
11-
OPENSEARCH_VERSION: '3.0.0-SNAPSHOT'
1211
ALERTING_PLUGIN_BRANCH: 'main'
1312
jobs:
1413
tests:
@@ -34,7 +33,7 @@ jobs:
3433
- name: Run Opensearch with plugin
3534
run: |
3635
cd alerting
37-
./gradlew :alerting:run -Dopensearch.version=${{ env.OPENSEARCH_VERSION }} &
36+
./gradlew :alerting:run &
3837
timeout 300 bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:9200)" != "200" ]]; do sleep 5; done'
3938
- name: Checkout OpenSearch Dashboards
4039
uses: actions/checkout@v2

0 commit comments

Comments
 (0)