Skip to content

Commit 2c79983

Browse files
committed
Fixed --esonly option for start-local
1 parent 00c0a6d commit 2c79983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Run Elasticsearch using start-local
4444
run: |
45-
curl -fsSL https://elastic.co/start-local | sh -s -- -v ${{ matrix.es-version }} -esonly
45+
curl -fsSL https://elastic.co/start-local | sh -s -- -v ${{ matrix.es-version }} --esonly
4646
4747
- name: Integration tests
4848
run: |

0 commit comments

Comments
 (0)