Skip to content

Commit f6b07d2

Browse files
committed
Fixed --esonly for YAML tests
1 parent 9a8408b commit f6b07d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)