Skip to content

Commit 5d6a88f

Browse files
committed
Use .ci/run-elasticsearch.sh script to run ES
1 parent 17f635c commit 5d6a88f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ jobs:
5656
sudo sysctl -w vm.max_map_count=262144
5757
5858
- name: Runs Elasticsearch ${{ matrix.es-version }}
59-
uses: elastic/elastic-github-actions/elasticsearch@trial
60-
with:
61-
stack-version: ${{ matrix.es-version }}
59+
run: |
60+
.ci/run-elasticsearch.sh
61+
env:
62+
STACK_VERSION: ${{ matrix.es-version }}
63+
TEST_SUITE: platinum
6264

6365
- name: Integration tests
6466
run: |

0 commit comments

Comments
 (0)