Skip to content

Commit e878b8d

Browse files
fixed examples.yaml
1 parent 8cb109b commit e878b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
shell: bash
6666
run: |
6767
cd ../build
68-
examples/basic_example/basic_example -e localhost:2136 -d /local -p /local/basic
68+
examples/basic_example/basic_example -e localhost:2136 -d /local
6969
examples/bulk_upsert_simple/bulk_upsert_simple -e localhost:2136 -d /local -p /local/bulk
7070
examples/pagination/pagination -e localhost:2136 -d /local -p /local/pagination
7171
examples/ttl/ttl -e localhost:2136 -d /local -p /local/ttl

0 commit comments

Comments
 (0)