Skip to content

Commit

Permalink
run examples over database/sql over query service
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed Dec 12, 2024
1 parent 46b1007 commit dc3c609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
matrix:
ydb-version: [ 23.3, 24.1 ]
application: [ native/table, native/query, database_sql, gorm, xorm ]
query_service: [ 0, 1 ]
services:
ydb:
image: ydbplatform/local-ydb:${{ matrix.ydb-version }}
Expand All @@ -37,6 +38,7 @@ jobs:
YDB_CONNECTION_STRING: grpc://localhost:2136/local
YDB_ANONYMOUS_CREDENTIALS: 1
YDB_VERSION: ${{ matrix.ydb-version }}
YDB_DATABASE_SQL_OVER_QUERY_SERVICE: ${{ matrix.query_service }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit dc3c609

Please sign in to comment.