Skip to content

Commit e5f3a43

Browse files
Basic Example update from YDB (#321)
* basic example update * fixed examples.yaml * removed std::format
1 parent b888552 commit e5f3a43

File tree

4 files changed

+122
-152
lines changed

4 files changed

+122
-152
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)