Skip to content

Commit 03b3b7d

Browse files
remove launch basic example
1 parent 42dad28 commit 03b3b7d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/pr_check.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ jobs:
6161
shell: bash
6262
run: |
6363
ctest -j32 --preset release
64-
- name: Launch basic example
65-
shell: bash
66-
run: |
67-
cd ../build
68-
examples/basic_example/basic_example -e localhost:2136 -d /local -p /local/basic
69-
examples/bulk_upsert_simple/bulk_upsert_simple -e localhost:2136 -d /local -p /local/bulk
70-
examples/pagination/pagination -e localhost:2136 -d /local -p /local/pagination
71-
examples/ttl/ttl -e localhost:2136 -d /local -p /local/ttl
64+
# - name: Launch basic example
65+
# shell: bash
66+
# run: |
67+
# cd ../build
68+
# examples/basic_example/basic_example -e localhost:2136 -d /local -p /local/basic
69+
# examples/bulk_upsert_simple/bulk_upsert_simple -e localhost:2136 -d /local -p /local/bulk
70+
# examples/pagination/pagination -e localhost:2136 -d /local -p /local/pagination
71+
# examples/ttl/ttl -e localhost:2136 -d /local -p /local/ttl

0 commit comments

Comments
 (0)