Skip to content

Commit be99f28

Browse files
author
Artem Ermoshkin
committed
fix integration tests in ci
1 parent 1b798b4 commit be99f28

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
YDB_LOCAL_SURVIVE_RESTART: true
3333
YDB_USE_IN_MEMORY_PDISKS: true
3434
YDB_TABLE_ENABLE_PREPARED_DDL: true
35+
YDB_ENFORCE_USER_TOKEN_REQUIREMENT: true
3536
options: '-h localhost'
3637
steps:
3738
- name: Checkout PR

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
YDB_LOCAL_SURVIVE_RESTART: true
8383
YDB_USE_IN_MEMORY_PDISKS: true
8484
YDB_TABLE_ENABLE_PREPARED_DDL: true
85+
YDB_ENFORCE_USER_TOKEN_REQUIREMENT: true
8586
options: '-h localhost'
8687
steps:
8788
- name: Checkout PR

0 commit comments

Comments
 (0)