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.
2 parents f3ac19d + 3beaa79 commit f444918Copy full SHA for f444918
.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
.github/workflows/yaml_test.yml
@@ -44,7 +44,7 @@ jobs:
49
- name: Build PHPUnit tests
50
0 commit comments