Skip to content

Commit f444918

Browse files
authored
Merge pull request #1466 from elastic/reakaleek-patch-1
Fix start-local args
2 parents f3ac19d + 3beaa79 commit f444918

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: |

.github/workflows/yaml_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Run Elasticsearch using start-local
4646
run: |
47-
curl -fsSL https://elastic.co/start-local | sh -s -- -v ${{ matrix.es-version }} -esonly
47+
curl -fsSL https://elastic.co/start-local | sh -s -- -v ${{ matrix.es-version }} --esonly
4848
4949
- name: Build PHPUnit tests
5050
run: |

0 commit comments

Comments
 (0)