Skip to content

Commit 3beaa79

Browse files
committed
Also fix start-local arg in yaml_test.yml
1 parent a4b9e81 commit 3beaa79

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)