Skip to content

Commit 99dc9ef

Browse files
committed
[Github Actions] Elasticsearch improvements
1 parent 35eb71b commit 99dc9ef

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,9 @@ jobs:
5858
sudo sysctl -w vm.max_map_count=262144
5959
6060
- name: STEP 8. Setup ElasticSearch
61-
uses: getong/[email protected]
61+
uses: elastic/elastic-github-actions/elasticsearch@master
6262
with:
63-
elasticsearch version: '8.11.0'
64-
host port: 9200
65-
container port: 9200
66-
host node port: 9300
67-
node port: 9300
68-
discovery type: 'single-node'
63+
stack-version: 8.11.0
6964

7065
- name: STEP 9. Setup MongoDB
7166
uses: DigiPie/[email protected]

0 commit comments

Comments
 (0)