Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c0a6d commit 2c79983Copy full SHA for 2c79983
.github/workflows/integration_test.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Run Elasticsearch using start-local
44
run: |
45
- curl -fsSL https://elastic.co/start-local | sh -s -- -v ${{ matrix.es-version }} -esonly
+ curl -fsSL https://elastic.co/start-local | sh -s -- -v ${{ matrix.es-version }} --esonly
46
47
- name: Integration tests
48
0 commit comments