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 9a8408b commit f6b07d2Copy full SHA for f6b07d2
.github/workflows/yaml_test.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Run Elasticsearch using start-local
46
run: |
47
- 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
48
49
- name: Build PHPUnit tests
50
0 commit comments